logo

Type Definition aead::Key

source · []
pub type Key<A> = GenericArray<u8, <A as NewAead>::KeySize>;
Expand description

Key for a NewAead algorithm