pub fn decode<T: AsRef<[u8]>>(input: T) -> Result<Vec<u8>, HexError>
One-shot decode from a hex string to a bytes using a constant-time implementation. ignores whitespace and \x