pub fn decode_hex(hex: &str) -> Result<HashBytes, DecodeHexError>Expand description
Decode one even-length hexadecimal string into bytes.
pub fn decode_hex(hex: &str) -> Result<HashBytes, DecodeHexError>Decode one even-length hexadecimal string into bytes.