keccak_concat

Function keccak_concat 

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

Compute Keccak hash of the concatenation of byte slices.