pub type Aes128 = Aes<{ _ }>;
The type of AES with 128 key bits.
pub struct Aes128 { /* private fields */ }