Type Alias aes_kw::KekAes256

source ·
pub type KekAes256 = Kek<Aes256>;
Expand description

AES-256 KEK

Aliased Type§

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.