Type Alias crypto_secretbox::Nonce
source · pub type Nonce = GenericArray<u8, U24>;
Expand description
Nonce type.
Aliased Type§
struct Nonce { /* private fields */ }
pub type Nonce = GenericArray<u8, U24>;
Nonce type.
struct Nonce { /* private fields */ }