Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duguorong009/md6-impl
MD6 hash implemented in Rustlang
https://github.com/duguorong009/md6-impl
cryptography hash md6 rust-lang
Last synced: 6 days ago
JSON representation
MD6 hash implemented in Rustlang
- Host: GitHub
- URL: https://github.com/duguorong009/md6-impl
- Owner: duguorong009
- Created: 2024-02-07T13:41:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T15:58:14.000Z (8 months ago)
- Last Synced: 2024-03-25T06:51:18.888Z (8 months ago)
- Topics: cryptography, hash, md6, rust-lang
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MD6 Hash(Pure Rustlang)
Paper: https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=c03d3c666be3cdd6107ee695cbaa47cd7305c4b7## TODO:
- refactor the hash function similar to [c++ version](https://github.com/brbsh/samp-plugin-md6/tree/master) ✔️
- implement the `no_std` version of md6 ✔️
- implement the `digest` trait (similar to [md5](https://github.com/RustCrypto/hashes/tree/master/md5)) ✔️
- add the testing for `no_std` version ✔️