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
- Host: GitHub
- URL: https://github.com/c0mm4nd/go-ripemd
- Owner: c0mm4nd
- License: mit
- Created: 2019-03-25T07:59:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T05:27:57.000Z (over 6 years ago)
- Last Synced: 2024-11-29T17:49:48.737Z (over 1 year ago)
- Topics: golang, ripemd
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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