summaryrefslogtreecommitdiff
path: root/src/hash.c
Commit message (Expand)AuthorAgeFilesLines
* all: convert our hash from Lookup3 to MurmurHash3Paul Moore2017-02-231-649/+65
* docs: fix a number of problems in the function header commentsPaul Moore2015-05-091-3/+3
* hash: cleanup the Jenkins hash source to better match our codePaul Moore2013-10-211-565/+240
* all: apply basic formatting fixes to src/hash.cPaul Moore2013-10-211-508/+751
* hash: add Bob Jenkin's lookup3.c hash implementationPaul Moore2012-02-101-0/+756