Module keccak

Module keccak 

Functionsยง

keccak256
Hashes the input data using a Keccak hasher with a 256-bit security level.
keccak256_combine
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.