Skip to main content

ARC_MAX_BYTES

Constant ARC_MAX_BYTES 

Source
const ARC_MAX_BYTES: usize = _; // 5usize
Expand description

Maximum number of bytes supported in an arc.

Note that OIDs are base 128 encoded (with continuation bits), so we must consider how many bytes are required when each byte can only represent 7-bits of the input.