Searched defs:decode_hex_into_vec (Results 1 – 2 of 2) sorted by relevance
29 pub(crate) fn decode_hex_into_vec(s: &str) -> Vec<u8> { in decode_hex_into_vec() function