Documentation ¶
Overview ¶
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
NOTE: MD4 is cryptographically broken and should should only be used where compatibility with legacy systems, not security, is the goal. Instead, use a secure hash like SHA-256 (from crypto/sha256).
Index ¶
Constants ¶
View Source
const BlockSize = 64
BlockSize is the blocksize of MD4 in bytes.
View Source
const Size = 16
Size is the size of an MD4 checksum in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.