RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.76k stars 239 forks source link

Reduce amount of `unsafe` #540

Closed newpavlov closed 6 months ago

newpavlov commented 6 months ago

Also removes no longer necessary TryInto imports.