pub proof fn lemma_from_be_bytes_lower_bound(bytes: Seq<u8>)Expand description
requires
bytes.len() > 0,bytes[0] != 0,ensurespow(256, (bytes.len() - 1) as nat) <= nat_from_be_bytes(bytes),