Constant chacha20::MAX_BLOCKS
source · [−]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.
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.