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

type Nonce<T> = GenericArray<u8, <T as Aead>::NonceLength>;

A nonce used by an Aead implementation.