https://github.com/duguorong009/ripemd-160-rs
Personal practice of implementing the RIPEMD-160 hash function
https://github.com/duguorong009/ripemd-160-rs
cryptography hash ripemd160 rust-lang
Last synced: 26 days ago
JSON representation
Personal practice of implementing the RIPEMD-160 hash function
- Host: GitHub
- URL: https://github.com/duguorong009/ripemd-160-rs
- Owner: duguorong009
- Created: 2023-03-20T15:32:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T15:37:00.000Z (over 3 years ago)
- Last Synced: 2025-03-02T00:26:59.534Z (over 1 year ago)
- Topics: cryptography, hash, ripemd160, rust-lang
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ripemd-160-rs
Personal practice of implementing the RIPEMD-160 hash function
Implement the algorithm from this paper(https://homes.esat.kuleuven.be/~bosselae/ripemd160/pdf/AB-9601/AB-9601.pdf).
Test cases are also from above paper.