aws_
lc_
rs
1.13.0
In aws_
lc_
rs::
cipher::
aes
Constants
AES_128_KEY_LEN
AES_192_KEY_LEN
AES_256_KEY_LEN
AES_BLOCK_LEN
AES_CBC_IV_LEN
AES_CFB_IV_LEN
AES_CTR_IV_LEN
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
aws_lc_rs
::
cipher
::
aes
Constant
AES_CBC_IV_LEN
Copy item path
Settings
Help
Summary
Source
pub const AES_CBC_IV_LEN:
usize
= 16;
Expand description
The number of bytes for an AES-CBC initialization vector (IV)