RustCrypto / hashes

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

Adding an optional zeroize feature that enables ZeroizeOnDrop for blake2 hashers #448

Closed laudiacay closed 8 months ago

laudiacay commented 1 year ago

:) in progress!

laudiacay commented 1 year ago

will depend on https://github.com/RustCrypto/utils/pull/832 eventually...

tarcieri commented 1 year ago

FYI, there's also #228 which completely replaces the implementation

newpavlov commented 8 months ago

Closing in favor of #545