summaryrefslogtreecommitdiffstats
path: root/lib/siphash.c
Commit message (Expand)AuthorAgeFilesLines
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-251-22/+10
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-6/+6
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2017-01-091-1/+320
* siphash: add cryptographically secure PRFJason A. Donenfeld2017-01-091-0/+232