RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.9k stars 256 forks source link

sha3: add `asm` feature #437

Closed tarcieri closed 2 years ago

tarcieri commented 2 years ago

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