Searched refs:parse_hexstring (Results 1 – 2 of 2) sorted by relevance
61 pub fn parse_hexstring(s: &str) -> Result<Vec<u8>> { in parse_hexstring() function
46 Some(util::parse_hexstring(roothash).expect("failed to parse roothash")) in main()