pub(crate) fn sign<T, E: ParseError<T>>(input: T) -> IResult<T, bool, E>where T: Clone + InputTake + for<'a> Compare<&'a [u8]>,