Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Nonce

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ยง

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