Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

KekAes256

Type Alias KekAes256 

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

AES-256 KEK

Aliased Type§

pub struct KekAes256 { /* private fields */ }

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.