Function domain::utils::base16::decode_vec
source ยท pub fn decode_vec(s: &str) -> Result<Vec<u8>, DecodeError>
Expand description
Decodes a string with Base 16 data and returns it as a vec.
pub fn decode_vec(s: &str) -> Result<Vec<u8>, DecodeError>
Decodes a string with Base 16 data and returns it as a vec.