Function parse_digitally_signed_old

Source
pub fn parse_digitally_signed_old(
    i: &[u8],
) -> IResult<&[u8], DigitallySigned<'_>>