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

Aes256Key

Type Alias Aes256Key 

Source
pub type Aes256Key = Zeroizing<Key<Aes256>>;

Aliased Typeยง

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