Function hash_raw_concat

Source
pub fn hash_raw_concat<I, T>(items: I) -> Hash
where I: IntoIterator<Item = T>, T: AsRef<[u8]>,
Expand description

Compute the hash of the concatenation of byte slices.