CHACHA20_NONCE_SIZE

Constant CHACHA20_NONCE_SIZE 

Source
pub const CHACHA20_NONCE_SIZE: usize = 12;
Expand description

Size of the ChaCha20 nonce in bytes. The nonce is a 64-bit (8 bytes) value used to make each block unique.