decode_hex

Function decode_hex 

Source
pub fn decode_hex(input: &str) -> Result<Vec<u8>, FromHexError>
Expand description

Decode hex string with or without 0x prefix