The Go Programming Language

Package md4

import "crypto/md4"

Package md4 implements the MD4 hash algorithm as defined in RFC 1320.

Package files

md4.go md4block.go

Constants

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.

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