Searched refs:hashed (Results 1 – 2 of 2) sorted by relevance
194 let hashed = h.finalize(); in get_fingerprints() localVariable195 let values: Vec<String> = hashed.iter().map(|x| format! {"{x:02x}"}).collect(); in get_fingerprints()
549 let hashed = h.finalize(); in validate_fingerprint() localVariable550 let values: Vec<String> = hashed.iter().map(|x| format! {"{x:02x}"}).collect(); in validate_fingerprint()