package
1.0.3
Repository: https://github.com/segmentio/fasthash.git
Documentation: pkg.go.dev

# 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.

# Constants

Init32 is what 32 bits hash values should be initialized with.
Init64 is what 64 bits hash values should be initialized with.