Package md4
import "crypto/md4"
This package implements the MD4 hash algorithm as defined in RFC 1320.
Package files
md4.go md4block.goConstants
The size of an MD4 checksum in bytes.
const Size = 16
func New
func New() hash.Hash
New returns a new hash.Hash computing the MD4 checksum.
