Searched refs:string_to_hex (Results 1 – 2 of 2) sorted by relevance
63 pub fn string_to_hex(str: &str) -> Vec<u8> { in string_to_hex() function
120 test_helper::string_to_hex(extract_string(line).as_str()) in extract_hex()