[ 源代码: golang-github-dgryski-go-farm ]
软件包:golang-github-dgryski-go-farm-dev(0.0~git20171119.ac7624ea8da3-1.1)
golang-github-dgryski-go-farm-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-dgryski-go-farm:
- [golang-github-dgryski-go-farm_0.0~git20171119.ac7624ea8da3-1.1.dsc]
- [golang-github-dgryski-go-farm_0.0~git20171119.ac7624ea8da3.orig.tar.xz]
- [golang-github-dgryski-go-farm_0.0~git20171119.ac7624ea8da3-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- libfarmhash0
- libfarmhash-dev
- golang-github-bradenhilton-cityhash-dev
- libcityhash0
- libcityhash-dev
- golang-github-minio-blake2b-simd-dev
- golang-github-dgryski-go-metro-dev
- golang-github-willf-bloom-dev
- golang-lukechampine-blake3-dev
- golang-github-andybalholm-brotli-dev
- golang-github-bmatsuo-lmdb-go-dev
pure-Go FarmHash implementation
This is a (mechanical) translation to Go of the non-SSE4/non-AESNI hash functions from Google's FarmHash (https://github.com/google/farmhash).
FarmHash provides hash functions for strings and other data. The functions mix the input bits thoroughly but are not suitable for cryptography.