XNonce

Type Alias XNonce 

Source
pub type XNonce = GenericArray<u8, U24>;
Expand description

XNonce type (192-bits/24-bytes).

Implemented as an alias for GenericArray.

Aliased Typeยง

#[repr(transparent)]
pub struct XNonce { /* private fields */ }