Documentation ¶
Overview ¶
Package desx implements DES-X symmetric key encryption.
For details, see http://en.wikipedia.org/wiki/DES-X.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decrypt ¶
Decrypt decrypts ciphertext in CBC mode and returns plaintext. ciphertext's length must be a multiple of 8. key is a 24 byte des key. iv is an 8 byte initialization vector. If iv is nil, zeros will be used as the initialization vector.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.