Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AES ¶
type AES struct { AESKeyLength int SaltLength int IVLength int IterationCount int Plaintext string CipherText string CipherKey []byte HMACKey []byte IV []byte }
AES store variables for encryption
Click to show internal directories.
Click to hide internal directories.