logo

Type Definition chacha20poly1305::XNonce

source · []
pub type XNonce = GenericArray<u8, U24>;
Expand description

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

Implemented as an alias for [GenericArray].