Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite code, but keeping the exact same semantic and behaviourHEADmain | EuAndreh | 2025-06-04 | 1 | -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. | ||||
* | typechange | JP Aumasson | 2021-02-20 | 1 | -2/+2 |
| | |||||
* | tests | JP Aumasson | 2021-02-19 | 1 | -1/+0 |
| | |||||
* | halfsiphash header + badge | JP Aumasson | 2021-02-19 | 1 | -0/+1 |
| | |||||
* | fixes | JP Aumasson | 2021-01-19 | 1 | -59/+1 |
| | |||||
* | header | JP Aumasson | 2021-01-19 | 1 | -0/+80 |