Categorygithub.com/c0mm4nd/go-ripemd
modulepackage
0.0.0-20200326052756-bd1759ad7d10
Repository: https://github.com/c0mm4nd/go-ripemd.git
Documentation: pkg.go.dev

# README

go-ripemd

Native golang implements of ripemd128, ripemd160, ripemd256 and ripemd320

ripemd160 is same to 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

# Functions

No description provided by the author
New160 returns a new hash.Hash computing the checksum.
No description provided by the author
No description provided by the author

# Constants

The block size of the hash algorithm in bytes.
The block size of the hash algorithm in bytes.
The block size of the hash algorithm in bytes.
The block size of the hash algorithm in bytes.
The size of the checksum in bytes.
The size of the checksum in bytes.
The size of the checksum in bytes.
The size of the checksum in bytes.