Skip to main content

FROZEN_PREFIX_LEN

Constant FROZEN_PREFIX_LEN 

Source
pub const FROZEN_PREFIX_LEN: usize = 5;
Expand description

Bytes of the frozen prefix (len u32 + ver u8) that are stable across every envelope version. A reader needs only these to learn the version and thus the full header length.