Documentation ¶
Index ¶
- func HashBytes32(f func() hash.Hash32) func([]byte) uint32
- func HashBytes64(f func() hash.Hash64) func([]byte) uint64
- func HashString32(f func() hash.Hash32) func(string) uint32
- func HashString64(f func() hash.Hash64) func(string) uint64
- func HashUint32(f func() hash.Hash32) func(uint32) uint32
- func HashUint64(f func() hash.Hash64) func(uint64) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashBytes32 ¶ added in v1.0.2
HashBytes32 makes a hashing function from the hashing algorithm returned by f.
func HashBytes64 ¶ added in v1.0.2
HashBytes64 makes a hashing function from the hashing algorithm returned by f.
func HashString32 ¶
HashString32 makes a hashing function from the hashing algorithm returned by f.
func HashString64 ¶
HashString64 makes a hashing function from the hashing algorithm returned by f.
func HashUint32 ¶
HashUint32 makes a hashing function from the hashing algorithm return by f.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.