Type Alias aes_kw::KekAes128

source ·
pub type KekAes128 = Kek<Aes128>;
Expand description

AES-128 KEK

Aliased Type§

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.