summaryrefslogtreecommitdiffstatshomepage
path: root/src/hashtables.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld2016-11-051-1/+1
* Rework headers and includesJason A. Donenfeld2016-09-291-2/+16
* hashtables: use rdrand() instead of counterJason A. Donenfeld2016-08-221-1/+0
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-1/+1
* index hashtable: run random indices through siphashJason A. Donenfeld2016-07-221-0/+2
* Initial commitJason A. Donenfeld2016-06-251-0/+33