pub const AES128_BLOCK_SIZE: usize = 16;
Expand description

The number of bytes used for AES block operations. Keys and IVs must have this length, and encryption/decryption inputs must be have a multiple of this length.