Expand description
ยงAES operations
Contains low level AES operations used by the rest of the library.
In most cases you should use the EncString with KeyEncryptable & KeyDecryptable instead.
Functionsยง
- decrypt_
aes256 ๐ - Decrypt using AES-256 in CBC mode.
- decrypt_
aes256_ ๐hmac - Decrypt using AES-256 in CBC mode with MAC.
- encrypt_
aes256_ ๐hmac - Encrypt using AES-256 in CBC mode with MAC.
- encrypt_
aes256_ ๐internal - Encrypt using AES-256 in CBC mode.
- generate_
mac ๐ - Generate a MAC using HMAC-SHA256.