Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecryptFunc ¶
DecryptFunc decrypts a cipher into the plain message using AES in block chaining mode.
func CreateDecryptFunc ¶
func CreateDecryptFunc(key []byte) DecryptFunc
CreateDecryptFunc creates a new `aes.DecryptFunc` function with the given symmetric key.
type EncryptFunc ¶
EncryptFunc encrypts a plain message using AES in block chaining mode.
func CreateEncryptFunc ¶
func CreateEncryptFunc(key []byte) EncryptFunc
CreateEncryptFunc creates a new `aes.EncryptFunc` function with the given symmetric key.
Click to show internal directories.
Click to hide internal directories.