]> jfr.im git - solanum.git/commit - src/hash.c
Change meaning of "bits" in FNV hash functions to bitlen instead of 32-bitlen.
authorJilles Tjoelker <redacted>
Sat, 8 Dec 2007 18:44:18 +0000 (19:44 +0100)
committerJilles Tjoelker <redacted>
Sat, 8 Dec 2007 18:44:18 +0000 (19:44 +0100)
commit1cda7a9cb29987c393cb338eba0eb703ed9a095f
tree39034d82e97b56c2a0ea4b6233c6e1c45ea14d14
parent176489286dd8330948385eb3dc344339bd934d20
Change meaning of "bits" in FNV hash functions to bitlen instead of 32-bitlen.
Do reduction like recommended by
http://www.isthe.com/chongo/tech/comp/fnv/index.html#xor-fold
include/hash.h
src/hash.c