pub const CHACHA20_NONCE_SIZE: usize = 12;
Size of the ChaCha20 nonce in bytes. The nonce is a 64-bit (8 bytes) value used to make each block unique.