crypto: golang.org/x/crypto/ripemd160 Index | Files

package ripemd160

import "golang.org/x/crypto/ripemd160"

Package ripemd160 implements the RIPEMD-160 hash algorithm.

Index

Package Files

ripemd160.go ripemd160block.go

Constants

const BlockSize = 64

The block size of the hash algorithm in bytes.

const Size = 20

The size of the checksum in bytes.

func New

func New() hash.Hash

New returns a new hash.Hash computing the checksum.

Package ripemd160 imports 2 packages (graph) and is imported by 55 packages. Updated a day ago. Refresh now. Tools for package owners.