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