Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-06-04 | Rewrite code, but keeping the exact same semantic and behaviourHEADmain | EuAndreh | 7 | -0/+297 |
2025-03-20 | Add complete "Makefile" for standard packaging | EuAndreh | 2 | -0/+47 |
2025-03-20 | Remove support files | EuAndreh | 5 | -420/+0 |
2024-05-17 | x | JP | 1 | -1/+1 |
2024-05-17 | LLVM-compatible license | JP | 2 | -1/+225 |
2023-02-25 | ip | JP Aumasson | 1 | -0/+4 |
2022-10-22 | comments | JP Aumasson | 3 | -3/+19 |
2022-10-22 | duallicense | JP Aumasson | 3 | -0/+9 |
2022-08-17 | SipHash works on ESP8266 running FreeRTOS. So Update the README on OS support | Dev | 1 | -1/+1 |
2022-07-28 | debug symbol fix | JP Aumasson | 1 | -1/+1 |
2022-01-20 | fix typo: clarify -> clarity | Nihal Jere | 1 | -1/+1 |
2022-01-12 | only include stdio when used | Nihal Jere | 2 | -2/+4 |
2021-11-11 | Rename `DEBUG` to `DEBUG_SIPHASH` | Jens Alfke | 2 | -2/+2 |
2021-10-31 | https | JP Aumasson | 1 | -1/+1 |
2021-10-31 | halfsh header, cleanup | JP Aumasson | 1 | -2/+1 |
2021-10-13 | -Wimplicit-fallthrough=4 compliance | Přemysl Eric Janouch | 2 | -0/+8 |
2021-06-06 | Fix link to hash-flooding DOS attack slides | Max Davitt | 1 | -1/+1 |
2021-03-12 | consts | JP Aumasson | 2 | -6/+6 |
2021-02-20 | typechange | JP Aumasson | 6 | -31/+36 |
2021-02-19 | tests | JP Aumasson | 7 | -728/+2726 |
2021-02-19 | halfsiphash header + badge | JP Aumasson | 4 | -3/+29 |
2021-01-19 | fixes | JP Aumasson | 2 | -59/+62 |
2021-01-19 | header | JP Aumasson | 2 | -62/+83 |
2021-01-11 | ignore bins | JP Aumasson | 1 | -0/+5 |
2021-01-11 | formatting | Jean-Philippe Aumasson | 1 | -3/+3 |
2021-01-11 | readme | JP Aumasson | 3 | -42/+72 |
2019-12-15 | Added some common IDE folders to gitignore | Jose Fernando Lopez Fernandez | 1 | -0/+5 |
2019-09-22 | Initialize any_failed | Kyle Altendorf | 1 | -1/+1 |
2019-09-21 | Separate test function and main() | Kyle Altendorf | 3 | -2/+7 |
2019-09-21 | Return non-zero when tests fail | Kyle Altendorf | 1 | -1/+4 |
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 |
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 |
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 |
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 | -476/+1057 |
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 | -303/+87 |
2014-11-19 | formatting | JP Aumasson | 1 | -2/+2 |