Type Definition aead::Key[][src]

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

Key for a NewAead algorithm