Type Definition crypto::ciphers::traits::Key

source ·
pub type Key<T> = GenericArray<u8, <T as Aead>::KeyLength>;
Expand description

A key used by an Aead implementation.