Documentation
¶
Index ¶
- func Sum32(key string) uint32
- func Sum32Bytes(key []byte) uint32
- func Sum32BytesSeed(key []byte, seed uint64) uint32
- func Sum32Seed(key string, seed uint64) uint32
- func Sum64(key string) uint64
- func Sum64Bytes(key []byte) uint64
- func Sum64BytesSeed(key []byte, seed uint64) uint64
- func Sum64Seed(key string, seed uint64) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Sum32Bytes ¶
Sum32Bytes returns a 32-bit hash for the provided key.
func Sum32BytesSeed ¶
Sum32BytesSeed returns a 32-bit hash for the provided key.
func Sum64Bytes ¶
Sum64Bytes returns a 64-bit hash for the provided key.
func Sum64BytesSeed ¶
Sum64BytesSeed returns a 64-bit hash for the provided key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.