RustCrypto / hashes

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

Basic VSH Implementation #495

Open MishraShivendra opened 1 year ago

MishraShivendra commented 1 year ago

[WIP] Implementation of Basic Version of VSH Hash Function

This pull request implements the basic version of the VSH (Very Smooth Hash) function. The implementation is based on the publicly available information found in the VSH publication and community inputs.

As a beginner in Rust, I would appreciate additional feedback and guidance regarding the implementation, testing, and correctness of the code. I'm open to suggestions for improvements and would like to ensure that the implementation follows best practices.

Please review this pull request and provide any feedback or insights you may have. Thank you! @newpavlov @tarcieri