aead

Type Alias 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 */ }