RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.81k stars 245 forks source link

use keccak crate in k12 #486

Closed stackinspector closed 1 year ago

stackinspector commented 1 year ago

We already have a separate keccak crate for keccak functions, and sha3 already uses it. Why not let k12 use it too?

tarcieri commented 1 year ago

It was refactored to do so in #353 but I haven't yet cut a release. I can do that tomorrow

tarcieri commented 1 year ago

Released in #488