[][src]Constant chacha20::MAX_BLOCKS

pub const MAX_BLOCKS: usize = core::u32::MAX as usize; // 4_294_967_295usize

Maximum number of blocks that can be encrypted with ChaCha20 before the counter overflows.