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

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