summaryrefslogtreecommitdiffstats
path: root/lib/siphash.c
AgeCommit message (Expand)AuthorLines
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds-3/+2
2022-05-19siphash: add SPDX tags as sole licensing authorityJason A. Donenfeld-3/+2
2022-05-18siphash: use one source of truth for siphash permutationsJason A. Donenfeld-22/+10
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann-6/+6
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers-18/+18
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva-18/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-18/+18
2019-04-25lib/siphash.c: mark expected switch fall-throughsStephen Rothwell-18/+18
2017-01-09siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld-1/+320
2017-01-09siphash: add cryptographically secure PRFJason A. Donenfeld-0/+232