# Functions
AddBytes32 adds the hash of b to the precomputed hash value h.
AddBytes64 adds the hash of b to the precomputed hash value h.
AddString32 adds the hash of s to the precomputed hash value h.
AddString64 adds the hash of s to the precomputed hash value h.
AddUint32 adds the hash value of the 8 bytes of u to h.
AddUint64 adds the hash value of the 8 bytes of u to h.
HashBytes32 returns the hash of u.
HashBytes64 returns the hash of u.
HashString32 returns the hash of s.
HashString64 returns the hash of s.
HashUint32 returns the hash of u.
HashUint64 returns the hash of u.