aboutsummaryrefslogtreecommitdiff
path: root/siphash.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite code, but keeping the exact same semantic and behaviourHEADmainEuAndreh2025-06-041-22/+0
| | | | | | | | | | - assert that the generated `siphash.o` code is identical to the original code, available at `tests/assert-identical.sh`; - remove unneeded `#define`s; - rewrite code with the correct indentation, spacing and formatting; - use C99 constructs over C89 (for loop variable declarations inside the parentheses); - fix the public API.
* typechangeJP Aumasson2021-02-201-2/+2
|
* testsJP Aumasson2021-02-191-1/+0
|
* halfsiphash header + badgeJP Aumasson2021-02-191-0/+1
|
* fixesJP Aumasson2021-01-191-59/+1
|
* headerJP Aumasson2021-01-191-0/+80