logo
pub const MIN_ENCRYPTABLE_BYTES: usize = 3 * MIN_CHUNK_SIZE; // 3_072usize
Expand description

The minimum size (before compression) of data to be self-encrypted, defined as 3kB.