bind9/tests/bench
Ondřej Surý c14a4ac763
Add a case-insensitive option directly to siphash 2-4 implementation
Formerly, the isc_hash32() would have to change the key in a local copy
to make it case insensitive.  Change the isc_siphash24() and
isc_halfsiphash24() functions to lowercase the input directly when
reading it from the memory and converting the uint8_t * array to
64-bit (respectively 32-bit numbers).
2022-10-04 10:32:40 +02:00
..
.gitignore A simple siphash benchmark 2022-10-04 10:32:40 +02:00
ascii.c Use the semantic patch to do the unsigned -> unsigned int change 2022-09-19 15:56:02 +02:00
Makefile.am A simple siphash benchmark 2022-10-04 10:32:40 +02:00
siphash.c Add a case-insensitive option directly to siphash 2-4 implementation 2022-10-04 10:32:40 +02:00