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]>
pub type AesKek = KeyEncryptionKey<AesBlockCipher>;
AES Key Encryption Key.
pub struct AesKek {
cipher: &'static AesBlockCipher,
key: Box<[u8]>,
}
cipher: &'static AesBlockCipher
§key: Box<[u8]>