Skip to main content

XNonce

Type Alias XNonce 

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

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

Implemented as an alias for Array.

Aliased Type§

#[repr(transparent)]
pub struct XNonce(pub [u8; 24]);

Tuple Fields§

§0: [u8; 24]