RustCrypto / hashes

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

[WIP] MD6 implementation #493

Closed iwiwsb closed 7 months ago

tarcieri commented 7 months ago

Did you close this by mistake? It would still be good to have.

iwiwsb commented 7 months ago

@tarcieri My commits were discarded as I pressed 'Sync fork' button. I'm still working on MD6 but I've only implemented the compression function so far. I will open new pull request later when it is ready.