Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite code, but keeping the exact same semantic and behaviourHEADmain | EuAndreh | 2025-06-04 | 1 | -3/+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. | ||||
* | tests | JP Aumasson | 2021-02-19 | 1 | -3/+1 |
| | |||||
* | Separate test function and main() | Kyle Altendorf | 2019-09-21 | 1 | -0/+5 |
This allows for inclusion of the test function/file in a program with an existing main(). This is an isolated piece of #19. |