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