pub fn unhexify(s: &str) -> Result<Vec<u8>, ParseIntError>
Expand description

Convert a hex string into a byte vector