KekAes128

Type Alias KekAes128 

Source
pub type KekAes128 = Kek<Aes128>;
Expand description

AES-128 KEK

Aliased Type§

pub struct KekAes128 {
    pub(crate) cipher: Aes128,
}

Fields§

§cipher: Aes128

Initialized cipher

Trait Implementations§

Source§

impl From<[u8; 16]> for KekAes128

Source§

fn from(kek: [u8; 16]) -> Self

Converts to this type from the input type.
Source§

impl From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>> for KekAes128

Source§

fn from(kek: GenericArray<u8, U16>) -> Self

Converts to this type from the input type.