chacha20poly1305

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ยง

struct XNonce { /* private fields */ }