Searched refs:from_hex (Results 1 – 6 of 6) sorted by relevance
15 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() function26 from_hex in hex_primary()
52 def from_hex(hex): function61 return to_hex(from_hex(hex))
238 match from_hex(&s) { in consume_bytes()365 pub fn from_hex(hex_str: &str) -> Result<Vec<u8>, String> { in from_hex() function
211 match test::from_hex(s) { in h()
40 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> {51 from_hex
1074 let bytes = test::from_hex(elems[i]).unwrap(); in consume_point_elem()1089 let bytes = test::from_hex(elems[i]).unwrap(); in consume_point()