RustCrypto / hashes

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

blake2: implement KeyInit::new in terms of KeyInit::new_from_slice #435

Closed newpavlov closed 1 year ago

newpavlov commented 1 year ago

Compiler should be able to remove the expect branch.

Closes #433