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

KekAes128

Type Alias KekAes128 

Source
pub type KekAes128 = Kek<Aes128>;
Expand description

AES-128 KEK

Aliased Type§

pub struct KekAes128 { /* private fields */ }

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.