# Functions
GenerateKey wraps miscreant's GenerateKey function.
NewMiscreantCipher returns a new AES Cipher for encrypting values.
# Structs
MiscreantCipher provides methods to encrypt and decrypt values.
MockCipher is a mock of the cipher interface.
# Interfaces
Cipher provides methods to encrypt and decrypt values.