keccak-asm

Crates.iokeccak-asm
lib.rskeccak-asm
version0.1.1
sourcesrc
created_at2023-12-26 21:41:18.540126
updated_at2024-05-09 16:56:26.632834
descriptionSimple wrappers for SHA-3 algorithms written in assembly
homepagehttps://github.com/danipopes/keccak-asm
repositoryhttps://github.com/danipopes/keccak-asm
max_upload_size
id1081200
size20,987
(DaniPopes)

documentation

README

keccak-asm

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.

Support

Architecture Linux macOS Windows[1]
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

[1] The MSVC toolchain is not supported, so only gnu and gnullvm targets will compile

License

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.

Commit count: 81

cargo fmt