Type Alias AesKek

Source
pub type AesKek = KeyEncryptionKey<AesBlockCipher>;
Expand description

AES Key Encryption Key.

Aliased Type§

pub struct AesKek {
    cipher: &'static AesBlockCipher,
    key: Box<[u8]>,
}

Fields§

§cipher: &'static AesBlockCipher§key: Box<[u8]>