pub type XNonce = Array<u8, U24>;
XNonce type (192-bits/24-bytes).
Implemented as an alias for Array.
Array
#[repr(transparent)]pub struct XNonce(pub [u8; 24]);
0: [u8; 24]