Nonce

Type Alias Nonce 

Source
pub type Nonce = GenericArray<u8, U8>;
Expand description

Nonce type used by all Salsa variants.

Aliased Typeยง

pub struct Nonce { /* private fields */ }