summaryrefslogtreecommitdiff
path: root/src/shared/siphash24.c
AgeCommit message (Collapse)Author
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
SipHash appears to be the new gold standard for hashing smaller strings for hashtables these days, so let's make use of it.