crypto_secretbox

Type Alias Nonce

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

Nonce type.

Aliased Typeยง

struct Nonce { /* private fields */ }