Type Alias salsa20::Nonce

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

Nonce type used by all Salsa variants.

Aliased Type§

struct Nonce { /* private fields */ }