Skip to main content

decode_hex

Function decode_hex 

Source
pub fn decode_hex(hex: &str) -> Result<HashBytes, DecodeHexError>
Expand description

Decode one even-length hexadecimal string into bytes.