pub exec fn generalized_zone_valid<const DER: bool>(
bytes: &[u8],
zone_start: usize,
) -> boolExpand description
requires
zone_start <= bytes.len(),returnsgeneralized_zone_wf::<DER>(bytes@, zone_start),Verified executable implementation of generalized_zone_wf.