pub type KekAes256 = Kek<Aes256>;
AES-256 KEK
struct KekAes256 { pub(crate) cipher: Aes256, }
cipher: Aes256
Initialized cipher