crypto: golang.org/x/crypto/md4 Index | Files

package md4

import "golang.org/x/crypto/md4"

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

Index

Package Files

md4.go md4block.go

Constants

const BlockSize = 64

The blocksize of MD4 in bytes.

const Size = 16

The size of an MD4 checksum in bytes.

func New

func New() hash.Hash

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.