Key

Type Alias Key 

Source
pub type Key<T> = GenericArray<u8, <T as Aead>::KeyLength>;
Available on crate feature cipher only.
Expand description

A key used by an Aead implementation.

Aliased Typeยง

pub struct Key<T> { /* private fields */ }