pub const MAX_CHUNK_SIZE: usize = self_encryption::MAX_CHUNK_SIZE; // 1_048_576usize
The maximum size (before compression) of an individual chunk of a file, defaulting as 1MiB.