Documentation
¶
Overview ¶
哈希算法有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等,这些都是比较经典的
Index ¶
- func APHash(b []byte) uint32
- func APHash64(b []byte) uint64
- func BKDRHash(b []byte) uint32
- func BKDRHash64(b []byte) uint64
- func DJBHash(b []byte) uint32
- func DJBHash64(b []byte) uint64
- func ELFHash(b []byte) uint32
- func ELFHash64(b []byte) uint64
- func JSHash(b []byte) uint32
- func JSHash64(b []byte) uint64
- func PJWHash(b []byte) uint32
- func PJWHash64(b []byte) uint64
- func RSHash(b []byte) uint32
- func RSHash64(b []byte) uint64
- func SDBMHash(b []byte) uint32
- func SDBMHash64(b []byte) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BKDRHash64 ¶
func SDBMHash64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.