Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite code, but keeping the exact same semantic and behaviourHEADmain | EuAndreh | 2025-06-04 | 1 | -2826/+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 | -320/+2304 |
| | |||||
* | Update test vectors for HalfSipHash | Dmitry Chestnykh | 2017-01-05 | 1 | -48/+48 |
| | | | | PR #6 fixed an issue that requires generating new test vectors. | ||||
* | autogen vectors, tweaked hsiphash | JP Aumasson | 2016-12-17 | 1 | -0/+842 |