Type Alias chacha20::Nonce

source ·
pub type Nonce = GenericArray<u8, U12>;
Expand description

Nonce type used by ChaCha variants.

Aliased Type§

struct Nonce { /* private fields */ }