Go Home Page
The Go Programming Language

Package md4

import "crypto/md4"

This package 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.