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.
pub fn decode_bytes_hex<T: for<'a> TryFrom<&'a [u8]>>(
s: &str,
) -> FastCryptoResult<T>Decodes a hex string to bytes. Both upper and lower case characters are allowed in the hex string.