RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.88k stars 253 forks source link

streebog: use `[u64; 8]` instead of `[u8; 64]` for `h` #585

Closed newpavlov closed 6 months ago

newpavlov commented 6 months ago

This makes code a bit nicer and slightly improves performance (from ~120 MB/s to ~130 MB/s).