import "golang.org/x/crypto/md4"
        
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
const BlockSize = 64The blocksize of MD4 in bytes.
const Size = 16The size of an MD4 checksum in bytes.
New returns a new hash.Hash computing the MD4 checksum.
Package md4 imports 2 packages (graph) and is imported by 14 packages. Updated about 4 hours ago. Refresh now. Tools for package owners.