Constantsยง
- AES_
128_ KEY_ LEN - Length of an AES-128 key in bytes.
- AES_
192_ KEY_ LEN - Length of an AES-192 key in bytes.
- AES_
256_ KEY_ LEN - Length of an AES-256 key in bytes.
- AES_
BLOCK_ LEN - AES_
CBC_ IV_ LEN - The number of bytes for an AES-CBC initialization vector (IV)
- AES_
CFB_ IV_ LEN - The number of bytes for an AES-CFB initialization vector (IV)
- AES_
CTR_ IV_ LEN - The number of bytes for an AES-CTR initialization vector (IV)
Functionsยง
- aes_
cbc_ ๐decrypt - aes_
cbc_ ๐encrypt - aes_
cfb128_ ๐decrypt - aes_
cfb128_ ๐encrypt - aes_
ctr128_ ๐encrypt - aes_
ecb_ ๐decrypt - aes_
ecb_ ๐encrypt - decrypt_
cbc_ ๐mode - decrypt_
cfb_ ๐mode - decrypt_
ctr_ ๐mode - decrypt_
ecb_ ๐mode - encrypt_
block ๐ - encrypt_
cbc_ ๐mode - encrypt_
cfb_ ๐mode - encrypt_
ctr_ ๐mode - encrypt_
ecb_ ๐mode