Skip to main content

uint_from_base128

Function uint_from_base128 

Source
pub exec fn uint_from_base128(bytes: &[u8]) -> result : UInt
Expand description
requires
bytes.len() <= BASE128_MAX_BYTES,
ensures
result as nat == nat_from_base128(bytes.deep_view()),