Documentation
¶
Overview ¶
Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3.
DES is cryptographically broken and should not be used for secure applications.
Index ¶
Examples ¶
Constants ¶
View Source
const BlockSize = 8
The DES block size in bytes.
Variables ¶
This section is empty.