Type Definition chacha20::Nonce[][src]

pub type Nonce = Nonce<ChaCha20>;
Expand description

Nonce type (96-bits/12-bytes)

Implemented as an alias for [GenericArray].