| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | https | JP Aumasson | 2021-10-31 | 1 | -1/+1 |
| * | halfsh header, cleanup | JP Aumasson | 2021-10-31 | 1 | -2/+1 |
| * | Merge pull request #37 from pjanx/master•••-Wimplicit-fallthrough=4 compliance | Jean-Philippe Aumasson | 2021-10-31 | 2 | -0/+8 |
| |\ | |||||
| | * | -Wimplicit-fallthrough=4 compliance | Přemysl Eric Janouch | 2021-10-13 | 2 | -0/+8 |
| |/ | |||||
| * | Merge pull request #36 from themaxdavitt/themaxdavitt-patch-1•••Fix link to hash-flooding DOS attack slides | Jean-Philippe Aumasson | 2021-06-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix link to hash-flooding DOS attack slides | Max Davitt | 2021-06-06 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #35 from veorq/uint8t2uchar•••address potential strict aliasing violation | Jean-Philippe Aumasson | 2021-03-12 | 6 | -31/+36 |
| |\ | |||||
| | * | consts | JP Aumasson | 2021-03-12 | 2 | -6/+6 |
| | * | typechange | JP Aumasson | 2021-02-20 | 6 | -31/+36 |
| |/ | |||||
| * | Merge pull request #34 from veorq/moretest•••more tests and security checks | Jean-Philippe Aumasson | 2021-02-19 | 7 | -350/+2348 |
| |\ | |||||
| | * | tests | JP Aumasson | 2021-02-19 | 7 | -350/+2348 |
| |/ | |||||
| * | halfsiphash header + badge | JP Aumasson | 2021-02-19 | 4 | -3/+29 |
| * | Merge pull request #32 from veorq/header•••header | Jean-Philippe Aumasson | 2021-01-19 | 2 | -3/+27 |
| |\ | |||||
| | * | fixes | JP Aumasson | 2021-01-19 | 2 | -59/+62 |
| | * | header | JP Aumasson | 2021-01-19 | 2 | -61/+82 |
| |/ | |||||
| * | Merge pull request #30 from veorq/notahash•••Notahash | Jean-Philippe Aumasson | 2021-01-11 | 4 | -42/+77 |
| |\ | |||||
| | * | ignore bins | JP Aumasson | 2021-01-11 | 1 | -0/+5 |
| | * | formatting | Jean-Philippe Aumasson | 2021-01-11 | 1 | -3/+3 |
| | * | readme | JP Aumasson | 2021-01-11 | 3 | -42/+72 |
| |/ | |||||
| * | Merge pull request #26 from jflopezfernandez/master•••Added some common IDE folders to gitignore | Jean-Philippe Aumasson | 2019-12-15 | 1 | -0/+5 |
| |\ | |||||
| | * | Added some common IDE folders to gitignore | Jose Fernando Lopez Fernandez | 2019-12-15 | 1 | -0/+5 |
| |/ | |||||
| * | Merge pull request #23 from altendky/return_for_test_failed•••Return non-zero when tests fail | Jean-Philippe Aumasson | 2019-09-27 | 1 | -1/+4 |
| |\ | |||||
| | * | Initialize any_failed•••oops | Kyle Altendorf | 2019-09-22 | 1 | -1/+1 |
| | * | Merge branch 'master' into return_for_test_failed | Kyle Altendorf | 2019-09-22 | 3 | -2/+7 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #24 from altendky/separate_test_and_main•••Separate test function and main() | Jean-Philippe Aumasson | 2019-09-22 | 3 | -2/+7 |
| |\ \ | |||||
| | * | | Separate test function and main()•••This allows for inclusion of the test function/file in a program with an existing main(). This is an isolated piece of #19. | Kyle Altendorf | 2019-09-21 | 3 | -2/+7 |
| |/ / | |||||
| | * | Return non-zero when tests fail•••This allows for shell scripts to check for success or failure without parsing the printed output. If the function name is later changed from main() it will also allow other code calling the tests to also easily check the pass or fail status. | Kyle Altendorf | 2019-09-21 | 1 | -1/+4 |
| |/ | |||||
| * | Merge pull request #21 from altendky/full_siphash_format_specifiers•••Use size_t and fixed width format specifiers for printf()... for siphash.c | Jean-Philippe Aumasson | 2019-09-19 | 1 | -8/+5 |
| |\ | |||||
| | * | Correct \ alignment | Kyle Altendorf | 2019-09-18 | 1 | -4/+4 |
| | * | Use size_t and fixed width format specifiers for printf()... for siphash.c•••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. | Kyle Altendorf | 2019-09-18 | 1 | -8/+5 |
| |/ | |||||
| * | Merge pull request #17 from altendky/format_specifiers•••Use size_t and fixed width format specifiers for printf() | Jean-Philippe Aumasson | 2019-09-14 | 1 | -4/+5 |
| |\ | |||||
| | * | Use size_t and fixed with format specifiers for printf() | Kyle Altendorf | 2019-09-13 | 1 | -4/+5 |
| * | | Merge pull request #15 from altendky/makefile_rounds_parameters•••Make *c* and *d* rounds less intrusively configurable | Jean-Philippe Aumasson | 2019-09-13 | 4 | -9/+32 |
| |\ \ | |/ |/| | |||||
| | * | Make *c* and *d* rounds less intrusively configurable | Kyle Altendorf | 2019-09-10 | 4 | -9/+32 |
| |/ | |||||
| * | Merge pull request #13 from altendky/use_UINTxx_C_macros•••Use UINTxx_C() macros for 'large' constants | Jean-Philippe Aumasson | 2019-09-10 | 2 | -6/+6 |
| |\ | |||||
| | * | Use UINTxx_C() macros for 'large' constants | Kyle Altendorf | 2019-09-09 | 2 | -6/+6 |
| * | | Merge pull request #12 from altendky/remove_duplicated_U32TO8_LE•••Remove duplicated U32TO8_LE() macro definition | Jean-Philippe Aumasson | 2019-09-10 | 1 | -6/+0 |
| |\ \ | |||||
| | * | | Remove duplicated U32TO8_LE() macro definition | Kyle Altendorf | 2019-09-09 | 1 | -6/+0 |
| | |/ | |||||
| * | | Merge pull request #14 from altendky/avoid_unused_variable_fails_warnings•••Avoid unused variable fails warnings | Jean-Philippe Aumasson | 2019-09-10 | 1 | -1/+4 |
| |\ \ | |/ |/| | |||||
| | * | Remove unneded #ifndef GETVECTORS check | Kyle Altendorf | 2019-09-09 | 1 | -2/+0 |
| | * | Avoid warnings about unused variable fails•••test.c: In function ‘main’: test.c:49:9: warning: variable ‘fails’ set but not used [-Wunused-but-set-variable] int fails = 0; ^~~~~ | Kyle Altendorf | 2019-09-09 | 1 | -1/+6 |
| |/ | |||||
| * | d/experimental | JP Aumasson | 2017-02-24 | 1 | -3/+3 |
| * | Merge pull request #7 from dchest/halfvectors•••Update test vectors for HalfSipHash | JP Aumasson | 2017-01-06 | 1 | -48/+48 |
| |\ | |||||
| | * | Update test vectors for HalfSipHash•••PR #6 fixed an issue that requires generating new test vectors. | Dmitry Chestnykh | 2017-01-05 | 1 | -48/+48 |
| |/ | |||||
| * | Merge pull request #6 from zx2c4/master•••halfsiphash: 4 byte chunks, not 8, so compute leftover correctly | JP Aumasson | 2016-12-25 | 1 | -1/+1 |
| |\ | |||||
| | * | halfsiphash: 4 byte chunks, not 8, so compute leftover correctly | Jason A. Donenfeld | 2016-12-21 | 1 | -1/+1 |
| |/ | |||||
| * | autogen vectors, tweaked hsiphash | JP Aumasson | 2016-12-17 | 5 | -470/+1051 |
| * | chaskey constants | JP Aumasson | 2016-12-16 | 2 | -131/+132 |
| * | bugfix | JP Aumasson | 2016-12-16 | 2 | -65/+65 |
| * | experimental | JP Aumasson | 2016-12-16 | 1 | -2/+2 |
