| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-18 | Correct \ alignment | Kyle Altendorf | 1 | -4/+4 | |
| 2019-09-18 | Use size_t and fixed width format specifiers for printf()... for siphash.c | Kyle Altendorf | 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. | |||||
| 2019-09-13 | Use size_t and fixed with format specifiers for printf() | Kyle Altendorf | 1 | -4/+5 | |
| 2019-09-10 | Make *c* and *d* rounds less intrusively configurable | Kyle Altendorf | 4 | -9/+32 | |
| 2019-09-09 | Remove unneded #ifndef GETVECTORS check | Kyle Altendorf | 1 | -2/+0 | |
| 2019-09-09 | Avoid warnings about unused variable fails | Kyle Altendorf | 1 | -1/+6 | |
| test.c: In function ‘main’: test.c:49:9: warning: variable ‘fails’ set but not used [-Wunused-but-set-variable] int fails = 0; ^~~~~ | |||||
| 2019-09-09 | Use UINTxx_C() macros for 'large' constants | Kyle Altendorf | 2 | -6/+6 | |
| 2019-09-09 | Remove duplicated U32TO8_LE() macro definition | Kyle Altendorf | 1 | -6/+0 | |
| 2017-02-24 | d/experimental | JP Aumasson | 1 | -3/+3 | |
| 2017-01-05 | Update test vectors for HalfSipHash | Dmitry Chestnykh | 1 | -48/+48 | |
| PR #6 fixed an issue that requires generating new test vectors. | |||||
| 2016-12-21 | halfsiphash: 4 byte chunks, not 8, so compute leftover correctly | Jason A. Donenfeld | 1 | -1/+1 | |
| 2016-12-17 | autogen vectors, tweaked hsiphash | JP Aumasson | 5 | -470/+1051 | |
| 2016-12-16 | chaskey constants | JP Aumasson | 2 | -131/+132 | |
| 2016-12-16 | bugfix | JP Aumasson | 2 | -65/+65 | |
| 2016-12-16 | experimental | JP Aumasson | 1 | -2/+2 | |
| 2016-12-16 | readme | JP Aumasson | 7 | -417/+710 | |
| 2016-02-29 | comments on 128b security | JP Aumasson | 1 | -0/+4 | |
| 2016-01-20 | recover deleted files | JP Aumasson | 2 | -0/+232 | |
| 2015-10-20 | reformat | JP Aumasson | 3 | -301/+85 | |
| 2014-11-19 | formatting | JP Aumasson | 1 | -2/+2 | |
| 2014-11-19 | details | JP Aumasson | 1 | -9/+2 | |
| 2014-11-19 | factored dbg traces | JP Aumasson | 1 | -30/+31 | |
| 2014-11-09 | consistent types | JP Aumasson | 2 | -56/+48 | |
| 2014-11-08 | typo | JP Aumasson | 1 | -1/+1 | |
| 2014-11-08 | experimental 128-bit mode | JP Aumasson | 4 | -18/+145 | |
| 2014-05-02 | ip statement | JP Aumasson | 1 | -2/+5 | |
| 2014-03-24 | copyright | JP Aumasson | 2 | -6/+4 | |
| 2014-03-24 | no $ | JP Aumasson | 1 | -1/+1 | |
| 2014-03-23 | test tweaks | JP Aumasson | 2 | -9/+8 | |
| 2014-03-23 | usage instructions | JP Aumasson | 1 | -2/+14 | |
| 2014-03-23 | make dist | JP Aumasson | 1 | -2/+6 | |
| 2014-03-23 | code formatting | JP Aumasson | 2 | -15/+21 | |
| 2014-03-23 | code and readme | JP Aumasson | 4 | -1/+330 | |
