go1.20.5
GoThrough

ripemd160.BlockSize

// The block size of the hash algorithm in bytes. const BlockSize = 64

ripemd160.Size

// The size of the checksum in bytes. const Size = 20

ripemd160.New

// New returns a new hash.Hash computing the checksum. func New() hash.Hash