Nonce

Type Alias Nonce 

Source
pub type Nonce = [u8; 12];
Expand description

A bit of random data attached to every cookie before encrypting to avoid the same cookie value being encrypted into the same bits.

Use generate_nonce to create one, or make your own from cryptographically secure random data.