Constant self_encryption::MAX_CHUNK_SIZE[][src]

pub const MAX_CHUNK_SIZE: usize = 1024 * 1024; // 0x0_000_000_000_100_000usize

The maximum size (before compression) of an individual chunk of the file, defined as 1MB.