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