Type Definition crypto::ciphers::traits::Key[][src]

type Key<T> = GenericArray<u8, <T as Aead>::KeyLength>;

A key used by an Aead implementation.