pub type KekAes128 = Kek<Aes128>;
AES-128 KEK
struct KekAes128 { pub(crate) cipher: Aes128, }
cipher: Aes128
Initialized cipher