pub type KekAes192 = Kek<Aes192>;
AES-192 KEK
struct KekAes192 { pub(crate) cipher: Aes192, }
cipher: Aes192
Initialized cipher