Constant fog_pack::MAX_ENTRY_SIZE [−][src]
pub const MAX_ENTRY_SIZE: usize = (1usize << 16) - 1; // 0x0000_ffffusizeExpand description
The maximum allowed size of a raw entry, including signatures, is 64 kiB. No encoded entry will ever be equal to or larger than this size.