[][src]Function subtle_encoding::hex::decode_upper

pub fn decode_upper<B: AsRef<[u8]>>(encoded_bytes: B) -> Result<Vec<u8>, Error>

Decode the given data from upper-case hexadecimal, returning a Vec<u8> of the decoded data on success, or an Error.