Documentation ¶
Overview ¶
ghash 包提供了Go中的一些经典哈希函数(uint32/uint64)。 md5:c74d4a18690fe1f5
Index ¶
- func AP(str []byte) uint32
- func AP64(str []byte) uint64
- func BKDR(str []byte) uint32
- func BKDR64(str []byte) uint64
- func DJB(str []byte) uint32
- func DJB64(str []byte) uint64
- func ELF(str []byte) uint32
- func ELF64(str []byte) uint64
- func JS(str []byte) uint32
- func JS64(str []byte) uint64
- func PJW(str []byte) uint32
- func PJW64(str []byte) uint64
- func RS(str []byte) uint32
- func RS64(str []byte) uint64
- func SDBM(str []byte) uint32
- func SDBM64(str []byte) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.