Function core_crypto::hex_to_vec[][src]

pub fn hex_to_vec(data: &str) -> Vec<u8>
Expand description

Decodes a hex string into raw bytes.