pub fn decode_pretty<H: AsRef<str>>(hex: H) -> Result<Vec<u8>>
Expand description

Decodes the given hexadecimal number, ignoring whitespace.