RustCrypto / hashes

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

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

Closed newpavlov closed 2 years ago

newpavlov commented 2 years ago

Compiler should be able to remove the expect branch.

Closes #433