decode_bytes_hex

Function decode_bytes_hex 

Source
pub fn decode_bytes_hex<T: for<'a> TryFrom<&'a [u8]>>(
    s: &str,
) -> FastCryptoResult<T>
Expand description

Decodes a hex string to bytes. Both upper and lower case characters are allowed in the hex string.