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

https://github.com/c0mm4nd/go-ripemd

ripemd160 320 128 256 hash functions in golang
https://github.com/c0mm4nd/go-ripemd

golang ripemd

Last synced: 12 months ago
JSON representation

ripemd160 320 128 256 hash functions in golang

Awesome Lists containing this project

README

          

# go-ripemd

Native golang implements of ripemd128, ripemd160, ripemd256 and ripemd320

ripemd160 is same to [`golang.org/x/crypto/ripemd160`](https://godoc.org/golang.org/x/crypto/ripemd160)

128 256 and 320 follow its pattern, and are guided by https://homes.esat.kuleuven.be/~bosselae/ripemd/rmd128.txt https://homes.esat.kuleuven.be/~bosselae/ripemd/rmd256.txt and https://homes.esat.kuleuven.be/~bosselae/ripemd/rmd320.txt