salsa20

Type Alias Nonce

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

Nonce type used by all Salsa variants.

Aliased Typeยง

struct Nonce { /* private fields */ }