keccak256_combine

Function keccak256_combine 

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

Hashes the input items using a Keccak hasher with a 256-bit security level. Safety: This function should only be called with fixed-size items to avoid collisions.