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

Aes128Key

Type Alias Aes128Key 

Source
pub type Aes128Key = Zeroizing<Key<Aes128>>;

Aliased Typeยง

pub struct Aes128Key(/* private fields */);