The Go Programming Language

Package ripemd160

import "crypto/ripemd160"

Package ripemd160 implements the RIPEMD-160 hash algorithm.

Package files

ripemd160.go ripemd160block.go

Constants

The block size of the hash algorithm in bytes.

const BlockSize = 64

The size of the checksum in bytes.

const Size = 20

func New

func New() hash.Hash

New returns a new hash.Hash computing the checksum.

release.r60.3. Except as noted, this content is licensed under a Creative Commons Attribution 3.0 License.