# Functions
Hash generates a hash for the provided options and returns the computed hash as a [16]byte.
Hash64 generates a hash for the provided options and returns the computed hash as a uint64.
MapHash return a hash for the provided map.
ValueHash return a hash for the provided pcommon.Value.
WithMap adds a map to the hash calculation.
WithString adds a string to the hash calculation.
WithValue adds a value to the hash calculation.
# Type aliases
HashOption is a function that sets an option on the hash calculation.