Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BytesHasher ¶
type HashBytesFunc ¶
var ( CRC32 HashBytesFunc CRC64ISO HashBytesFunc CRC64ECMA HashBytesFunc Adler32 HashBytesFunc FNV64 HashBytesFunc FNV64a HashBytesFunc )
func (HashBytesFunc) HashBytes ¶
func (f HashBytesFunc) HashBytes(b []byte) uint64
type HashFunc ¶
type HashFunc[T comparable] func(T) uint64
func Make ¶
func Make[T comparable](hasher BytesHasher) HashFunc[T]
func Map ¶
func Map[T comparable]() HashFunc[T]
Click to show internal directories.
Click to hide internal directories.