pub type Nonce<T> = GenericArray<u8, <T as Aead>::NonceLength>;
A nonce used by an Aead implementation.
Aead