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