Type Definition salsa20::Nonce[][src]

pub type Nonce = Nonce<Salsa20>;
Expand description

Nonce type.

Implemented as an alias for [GenericArray].