Constant chacha20::MAX_BLOCKS [−][src]
pub const MAX_BLOCKS: usize = core::u32::MAX as usize; // 0x0_000_000_0ff_fff_fffusize
Maximum number of blocks that can be encrypted with ChaCha20 before the counter overflows.
pub const MAX_BLOCKS: usize = core::u32::MAX as usize; // 0x0_000_000_0ff_fff_fffusize
Maximum number of blocks that can be encrypted with ChaCha20 before the counter overflows.