Documentation
¶
Overview ¶
Package md2 implements the MD2 hash algorithm as defined in RFC 1319. MD2 is a cryptographic hash function that produces a 128-bit (16-byte) hash value. Note: MD2 is considered cryptographically broken and should not be used for security purposes.
Index ¶
Constants ¶
View Source
const BlockSize = 16
BlockSize is the block size of the MD2 hash in bytes.
View Source
const HashSize = 16
HashSize is the size of an MD2 hash in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- md2.go
Click to show internal directories.
Click to hide internal directories.