An open API service indexing awesome lists of open source software.

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

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.