文件名称:spooky:C语言中的SpookyHash
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-02 05:51:13
c hash-algorithm spookyhash C
C语言中的SpookyHash 是由鲍勃·詹金斯(Bob Jenkins)编写并置于公共领域的128位非加密哈希。 最初的实现是在C ++中进行的,这是我对C99的转换。 它应该是线程安全的,并且不区分字节序(但仅在x86上进行了测试)。 它在下可用。 一些类似的工作:
【文件预览】:
spooky-master
----COPYING(6KB)
----README.md(556B)
----spooky.c(15KB)
----spooky.h(3KB)
----testspooky.cpp(15KB)
----Makefile(582B)