The hash module contains the following functions:
hash module
sha256
keccak256
They take one generic argument T and return a b256 (hash of T).
generic
T
b256
To hash multiple values the values must be wrapped into one type such as a tuple, array, struct & enum.
tuple
array
struct
enum