package
0.0.2-alpha-test
Repository: https://github.com/go-while/nodare-db-dev.git
Documentation: pkg.go.dev

# Functions

Bool returns the hash of the given boolean.
BoolSlice returns the hash of the given slice.
Byte returns the hash of the given byte.
ByteSlice returns the hash of the given slice.
Combine returns a new hash value given by combining h1 and h2.
Float32 returns the hash of the given float.
Float32Slice returns the hash of the given slice.
Float64 returns the hash of the given float.
Float64Slice returns the hash of the given slice.
Int returns the hash of the given integer.
Int16 returns the hash of the given integer.
Int16Slice returns the hash of the given slice.
Int32 returns the hash of the given integer.
Int32Slice returns the hash of the given slice.
Int64 returns the hash of the given integer.
Int64Slice returns the hash of the given slice.
Int8 returns the hash of the given integer.
Int8Slice returns the hash of the given slice.
IntSlice returns the hash of the given slice.
New returns a new Hash from the pool ready for use.
Reuse returns the given Hash to the pool ready for future use.
String returns the hash of the given string.
StringSlice returns the hash of the given slice.
Uint returns the hash of the given unsigned integer.
Uint16 returns the hash of the given unsigned integer.
Uint16Slice returns the hash of the given slice.
Uint32 returns the hash of the given unsigned integer.
Uint32Slice returns the hash of the given slice.
Uint64 returns the hash of the given unsigned integer.
Uint64Slice returns the hash of the given slice.
Uint8 returns the hash of the given unsigned integer.
Uint8Slice returns the hash of the given slice.
UintSlice returns the hash of the given slice.

# Structs

Hash defines a hasher.