Function keccak256_combine
pub fn keccak256_combine<I, T>(items: I) -> DigestExpand 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.