Documentation ¶
Overview ¶
Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
MD5 is cryptographically broken and should not be used for secure applications.
Index ¶
Constants ¶
View Source
const BlockSize = 64
The blocksize of MD5 in bytes.
View Source
const Size = 16
The size of an MD5 checksum in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.