Crate keccak_asm

source ·
Expand description

§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

ArchitectureLinuxmacOSWindows[1]
x86
x86_64
aarch64
powerpc{,64}N/AN/A
powerpc64leN/AN/A
riscv32N/AN/A
riscv64N/AN/A
mips{,el}N/AN/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.

Re-exports§

Structs§

Traits§

  • Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.