Skip to main content

Module base128

Module base128 

Source
Expand description

Unsigned big-endian base-128 (VLQ) format. Big-endian base-128 integer encoding and in-place conversion helpers.

Structs§

Base128Fmt

Constants§

BASE128_MAX_BYTES
CONTINUATION_MASK
PAYLOAD_MASK

Functions§

base128_fmt
lemma_base128_fmt_byte_len
lemma_base128_fmt_sound_nonmal_inv
lemma_base128_fmt_unambiguous
lemma_from_base128_push
lemma_from_base128_upper_bound
lemma_from_to_base128_roundtrip
lemma_nat_from_base128_bounds
lemma_pow128_succ
lemma_to_base128_len_bound
lemma_to_base128_len_bounds
lemma_to_base128_props
lemma_to_from_base128_roundtrip
nat_from_base128
nat_to_base128
uint_from_base128
uint_to_base128
uint_to_base128_in_place
uint_to_base128_len

Type Aliases§

Base128Fmt__
UInt