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.