pub const CHACHA_BLOCKSIZE: usize = 64;
Expand description

The blocksize which ChaCha20 operates on.