chacha20

Type Alias XNonce

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

Nonce type used by XChaCha variants.

Aliased Typeยง

struct XNonce { /* private fields */ }