summaryrefslogtreecommitdiff
path: root/lib/siphash.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-25siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-22/+10
2021-12-08siphash: use _unaligned version by defaultArnd Bergmann1-6/+6
2017-01-09siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld1-1/+320
2017-01-09siphash: add cryptographically secure PRFJason A. Donenfeld1-0/+232