Type Alias aead::Nonce

source ·
pub type Nonce<A> = GenericArray<u8, <A as AeadCore>::NonceSize>;
Expand description

Nonce: single-use value for ensuring ciphertexts are unique

Aliased Type§

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