Expand description
Removal bitmaps (Profile 0.2).
For section-local index i: byte_index = floor(i / 8),
bit_index = i mod 8, mask = 1 << bit_index — least-significant-bit
first. Index 0 is h'01', index 7 is h'80', index 8 is h'0001'.
Canonical form: non-empty, no trailing zero bytes. A no-op bitmap is omitted together with its attenuation member, never encoded.
Structs§
- Remove
Bitmap - A canonical removal bitmap over the section-local indexes of one Indexed Authority Map section.