Documentation ¶ Index ¶ func HashInt(input int32) uint32 func HashLong(input int64) uint32 func HashOrdered(xs seq.Seq, elHash func(any) uint32) uint32 func HashUnordered(xs seq.Seq, elHash func(any) uint32) uint32 func MixCollHash(hash, count uint32) uint32 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func HashInt ¶ func HashInt(input int32) uint32 func HashLong ¶ func HashLong(input int64) uint32 func HashOrdered ¶ func HashOrdered(xs seq.Seq, elHash func(any) uint32) uint32 func HashUnordered ¶ func HashUnordered(xs seq.Seq, elHash func(any) uint32) uint32 func MixCollHash ¶ func MixCollHash(hash, count uint32) uint32 Types ¶ This section is empty. Source Files ¶ View all Source files murmur3.go Click to show internal directories. Click to hide internal directories.