Constant fog_pack::MAX_DOC_SIZE

source ·
pub const MAX_DOC_SIZE: usize = _; // 1_048_575usize
Expand description

The maximum allowed size of a raw document, including signatures, is 1 MiB (2^20-1 = 1048575). No encoded document will ever be equal to or larger than this size.