Type Alias aes_kw::KekAes192

source ·
pub type KekAes192 = Kek<Aes192>;
Expand description

AES-192 KEK

Aliased Type§

struct KekAes192 {
    pub(crate) cipher: Aes192,
}

Fields§

§cipher: Aes192

Initialized cipher

Trait Implementations§

source§

impl From<[u8; 24]> for KekAes192

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.