pub type XNonce = GenericArray<u8, U24>;
Expand description
XNonce type (192-bits/24-bytes).
Implemented as an alias for GenericArray
.
Aliased Typeยง
struct XNonce { /* private fields */ }
pub type XNonce = GenericArray<u8, U24>;
XNonce type (192-bits/24-bytes).
Implemented as an alias for GenericArray
.
struct XNonce { /* private fields */ }