pub type Nonce = GenericArray<u8, U12>;Expand description
Nonce type (96-bits/12-bytes).
Implemented as an alias for GenericArray.
Aliased Typeยง
#[repr(transparent)]pub struct Nonce { /* private fields */ }pub type Nonce = GenericArray<u8, U12>;Nonce type (96-bits/12-bytes).
Implemented as an alias for GenericArray.
#[repr(transparent)]pub struct Nonce { /* private fields */ }