package
0.5.0
Repository: https://github.com/gogogofast/gofast.git
Documentation: pkg.go.dev

# Functions

AdditiveHash 加法 hash 算法。 AdditiveHash computes the additive hash of a given string.
ApHash AP 算法。 ApHash computes the AP hash of a given string.
Bernstein bernstein Bernstein's hash 算法。 Bernstein computes the Bernstein's hash of a given string.
BkdrHash BKDR 算法。 BkdrHash computes the BKDR hash of a given string.
DekHash DEK 算法。 DekHash computes the DEK hash of a given string.
DjbHash DJB 算法。 DjbHash computes the DJB hash of a given string.
ElfHash ELF 算法。 ElfHash computes the ELF hash of a given string.
FnvHash 改进的32位 FNV 算法。 FnvHash computes the 32-bit FNV-1 hash of a given string.
IntHash Thomas Wang 的算法,整数 hash。 IntHash computes the hash of an integer using Thomas Wang's algorithm.
JavaDefaultHash JAVA 自带的 hash 算法。 JavaDefaultHash computes the default hash algorithm used in Java.
JsHash JS 算法。 jsHash computes the JS hash of a given string.
MixHash 混合 hash 算法,输出 64 位的值。 MixHash computes a mixed hash of a given string, outputting a 64-bit value.
OneByOneHash 一次一个 hash 算法。 OneByOneHash computes the one-by-one hash of a given string.
PjwHash PJW 算法。 PjwHash computes the PJW hash of a given string.
RotatingHash 旋转 hash 算法。 RotatingHash computes the rotating hash of a given string.
RsHash RS 算法 hash。 RsHash computes the RS hash of a given string.
SdbmHash SDBM 算法。 SdbmHash computes the SDBM hash of a given string.
TianlHash TianL Hash 算法。 TianlHash computes the TianL hash of a given string.
Universal universal Universal Hashing 算法。 Universal computes the Universal Hashing hash of a given string.
Zobrist Hashing 算法。 Zobrist computes the Zobrist Hashing hash of a given string.