summaryrefslogtreecommitdiffhomepage
path: root/src/hashtables.c
AgeCommit message (Expand)Author
2016-11-29hashtable: use random number each timeJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-15various: nits from willyJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-22hashtables: use rdrand() instead of counterJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-07-22index hashtable: run random indices through siphashJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld