Type Alias crypto::ciphers::traits::Nonce

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

A nonce used by an Aead implementation.

Aliased Type§

struct Nonce<T> { /* private fields */ }