go1.20.5
GoThrough

md4.BlockSize

// The blocksize of MD4 in bytes. const BlockSize = 64

md4.Size

// The size of an MD4 checksum in bytes. const Size = 16

md4.X

var X [16]uint32

md4.New

// New returns a new hash.Hash computing the MD4 checksum. func New() hash.Hash