RustCrypto / hashes

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

[Feature Request] SHA-3 KMAC #466

Closed kkimdev closed 1 year ago

kkimdev commented 1 year ago

Another Rust KMAC implementation: https://github.com/debris/tiny-keccak/blob/master/src/kmac.rs Reference: https://www.nist.gov/publications/sha-3-derived-functions-cshake-kmac-tuplehash-and-parallelhash

tarcieri commented 1 year ago

See https://github.com/RustCrypto/MACs/issues/133