md4 - ActiveState ActiveGo 1.8
...

Package md4

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

Overview ▾

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

Constants

The blocksize of MD4 in bytes.

const BlockSize = 64

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.