Type Alias crypto_secretbox::Nonce

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

Nonce type.

Aliased Type§

struct Nonce { /* private fields */ }