Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comments | JP Aumasson | 2022-10-22 | 1 | -1/+9 |
| | |||||
* | Merge branch 'master' into rename-debug-symbol | Jean-Philippe Aumasson | 2022-07-28 | 1 | -1/+3 |
|\ | |||||
| * | only include stdio when used | Nihal Jere | 2022-01-12 | 1 | -1/+2 |
| | | |||||
* | | Rename `DEBUG` to `DEBUG_SIPHASH` | Jens Alfke | 2021-11-11 | 1 | -1/+1 |
|/ | | | | | | | | | | | | `DEBUG` is too generic a name to use for a flag that causes SipHash to log to the console on every hash operation; changed it to `DEBUG_SIPHASH`. An example: Xcode's project templates have a `-DDEBUG=1` Clang flag in the 'Debug' config, so nearly every iOS and macOS app defines DEBUG in dev builds! When I (@snej) added SipHash to my Mac project, I started getting huge amounts of console logs until I found and renamed its `#ifdef DEBUG`. | ||||
* | -Wimplicit-fallthrough=4 compliance | Přemysl Eric Janouch | 2021-10-13 | 1 | -0/+6 |
| | |||||
* | consts | JP Aumasson | 2021-03-12 | 1 | -3/+3 |
| | |||||
* | typechange | JP Aumasson | 2021-02-20 | 1 | -14/+17 |
| | |||||
* | tests | JP Aumasson | 2021-02-19 | 1 | -8/+6 |
| | |||||
* | fixes | JP Aumasson | 2021-01-19 | 1 | -0/+61 |
| | |||||
* | header | JP Aumasson | 2021-01-19 | 1 | -62/+3 |
| | |||||
* | Correct \ alignment | Kyle Altendorf | 2019-09-18 | 1 | -4/+4 |
| | |||||
* | Use size_t and fixed width format specifiers for printf()... for siphash.c | Kyle Altendorf | 2019-09-18 | 1 | -8/+5 |
| | | | | | | | It was forgotten in #17 to apply this to siphash.c as well as halfsiphash.c. Note that as-is this does change to a single 16-hex-char string for v0/1/2/3 in debug output rather than having 8 then a space then 8. If preferred it can be changed back to having the space and using `PRIx32` twice instead of `PRIx64` once. | ||||
* | Make *c* and *d* rounds less intrusively configurable | Kyle Altendorf | 2019-09-10 | 1 | -2/+6 |
| | |||||
* | Use UINTxx_C() macros for 'large' constants | Kyle Altendorf | 2019-09-09 | 1 | -4/+4 |
| | |||||
* | autogen vectors, tweaked hsiphash | JP Aumasson | 2016-12-17 | 1 | -63/+67 |
| | |||||
* | readme | JP Aumasson | 2016-12-16 | 1 | -0/+161 |