summaryrefslogtreecommitdiff
path: root/fnv_hash.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-25Add a variant of the hash funciton for arbitrary data.Eric Anholt1-0/+15
2014-11-25Note that the hash used is actually FNV-1a.Timothy Arceri1-2/+2
2012-11-06Fix the prototype of fnv1_hash_string().Eric Anholt1-5/+5
2009-11-25fnv1a: use the correct offset basis so that 0-filled buffers hash by length.Eric Anholt1-1/+1
2009-11-23Fix flipped order of operations in fnv hash.Eric Anholt1-1/+1
2009-11-23Add testing infrastructure.Eric Anholt1-0/+57