Crates.io | keccak-asm |
lib.rs | keccak-asm |
version | 0.1.4 |
source | src |
created_at | 2023-12-26 21:41:18.540126 |
updated_at | 2024-09-10 23:00:28.138522 |
description | Simple wrappers for SHA-3 algorithms written in assembly |
homepage | https://github.com/danipopes/keccak-asm |
repository | https://github.com/danipopes/keccak-asm |
max_upload_size | |
id | 1081200 |
size | 21,918 |
Simple wrappers for SHA-3 algorithms written in assembly.
Forked from OpenSSL, Cryptogams, and RustCrypto's sha3
.
[!WARNING] Code is somewhat tested and benchmarked. Use at your own risk.
Architecture | Linux | macOS | Windows |
---|---|---|---|
x86 | ❌ | ❌ | ❌ |
x86_64 | ✅ | ✅ | ✅ |
aarch64 | ✅ | ✅ | 🟨 |
powerpc{,64} | ✅ | N/A | N/A |
powerpc64le | ❌ | N/A | N/A |
riscv32 | ✅ | N/A | N/A |
riscv64 | ✅ | N/A | N/A |
mips{,el} | ✅ | N/A | N/A |
x86_64-unknown-linux-gnu
, aarch64-apple-darwin
, x86_64-pc-windows-msvc
.Cryptogams is either licensed under BSD-3-Clause (the "new" BSD license, as specified here), or the Linux Kernel's license GPL-2.0-only. See the LICENSE file for more information.