RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.82k stars 247 forks source link

sha3: add `asm` feature #437

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Transitively enables the asm feture in the keccak crate which was added in RustCrypto/sponges#24.