Documentation ¶
Overview ¶
Package md2 implements the MD2 hash algorithm as defined in RFC 1319.
MD2 is cryptographically broken and should not be used for secure applications.
Index ¶
Constants ¶
View Source
const BlockSize = 16
BlockSize the blocksize of MD2 in bytes.
View Source
const Size = 16
Size the size of a MD2 checksum in bytes.
View Source
const SizeBitSize = 4
SizeBitSize the bit size of Size.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.