KekAes256

Type Alias KekAes256 

Source
pub type KekAes256 = Kek<Aes256>;
Expand description

AES-256 KEK

Aliased Type§

pub struct KekAes256 {
    pub(crate) cipher: Aes256,
}

Fields§

§cipher: Aes256

Initialized cipher

Trait Implementations§

Source§

impl From<[u8; 32]> for KekAes256

Source§

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

Converts to this type from the input type.
Source§

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

Source§

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

Converts to this type from the input type.