ripemd160 - ActiveState ActiveGo 1.8
...

Package ripemd160

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

Overview ▾

Package ripemd160 implements the RIPEMD-160 hash algorithm.

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.