pub fn hash_raw_concat<I, T>(items: I) -> Hashwhere I: IntoIterator<Item = T>, T: AsRef<[u8]>,
Compute the hash of the concatenation of byte slices.