Type Definition chacha20::Nonce[][src]

type Nonce = Nonce<ChaCha20>;

Nonce type (96-bits/12-bytes)

Implemented as an alias for [GenericArray].