Skip to main content

integer_bytes_wf

Function integer_bytes_wf 

Source
pub open spec fn integer_bytes_wf(bytes: Seq<u8>) -> bool
Expand description
{
    &&& bytes.len() > 0
    &&& integer_bytes_minimal(bytes)

}