Skip to main content

ber_real_bytes_wf

Function ber_real_bytes_wf 

Source
pub open spec fn ber_real_bytes_wf(bytes: Seq<u8>) -> bool
Expand description
{
    ||| bytes.len() == 0
    ||| der_real_special_wf(bytes)
    ||| ber_real_binary_wf(bytes)
    ||| ber_real_decimal_wf(bytes)

}

Complete BER predicate for REAL contents octets.