summaryrefslogtreecommitdiff
path: root/src/siphash.c
Commit message (Expand)AuthorAgeFilesLines
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-0/+12
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-3/+3
* The aarch64 architecture is support normal memory unaligned accesses,zhudacai 002284902019-09-041-1/+2
* Clean gcc 7.x warnings, redis-cli cluster fix.Yossi Gottlieb2018-06-031-12/+12
* SipHash 2-4 -> SipHash 1-2.siphashantirez2017-02-211-14/+15
* Use locale agnostic tolower() in dict.c hash function.antirez2017-02-201-15/+25
* SipHash x86 optimizations.antirez2017-02-201-2/+23
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-201-0/+328