Skip to main content

lemma_to_base128_len_bound

Function lemma_to_base128_len_bound 

Source
pub proof fn lemma_to_base128_len_bound(n: nat, max_len: nat)
Expand description
requires
0 < max_len,
n < pow(128, max_len),
ensures
nat_to_base128(n).len() <= max_len,