| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix link to hash-flooding DOS attack slides | Max Davitt | 2021-06-06 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #35 from veorq/uint8t2uchar | Jean-Philippe Aumasson | 2021-03-12 | 6 | -31/+36 |
| |\ | | | | | address potential strict aliasing violation | ||||
| | * | 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 | Jean-Philippe Aumasson | 2021-02-19 | 7 | -350/+2348 |
| |\ | | | | | more tests and security checks | ||||
| | * | 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 | Jean-Philippe Aumasson | 2021-01-19 | 2 | -3/+27 |
| |\ | | | | | header | ||||
| | * | 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 | Jean-Philippe Aumasson | 2021-01-11 | 4 | -42/+77 |
| |\ | | | | | Notahash | ||||
| | * | 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 | Jean-Philippe Aumasson | 2019-12-15 | 1 | -0/+5 |
| |\ | | | | | Added some common IDE folders to gitignore | ||||
| | * | 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 | Jean-Philippe Aumasson | 2019-09-27 | 1 | -1/+4 |
| |\ | | | | | Return non-zero when tests fail | ||||
| | * | Initialize any_failed | Kyle Altendorf | 2019-09-22 | 1 | -1/+1 |
| | | | | | | | | | oops | ||||
| | * | 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 | Jean-Philippe Aumasson | 2019-09-22 | 3 | -2/+7 |
| |\ \ | | | | | | | Separate test function and main() | ||||
| | * | | Separate test function and main() | Kyle Altendorf | 2019-09-21 | 3 | -2/+7 |
| |/ / | | | | | | | | | This allows for inclusion of the test function/file in a program with an existing main(). This is an isolated piece of #19. | ||||
| | * | Return non-zero when tests fail | Kyle Altendorf | 2019-09-21 | 1 | -1/+4 |
| |/ | | | | | | | 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. | ||||
| * | Merge pull request #21 from altendky/full_siphash_format_specifiers | Jean-Philippe Aumasson | 2019-09-19 | 1 | -8/+5 |
| |\ | | | | | Use size_t and fixed width format specifiers for printf()... for siphash.c | ||||
| | * | 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. | ||||
| * | Merge pull request #17 from altendky/format_specifiers | Jean-Philippe Aumasson | 2019-09-14 | 1 | -4/+5 |
| |\ | | | | | Use size_t and fixed width format specifiers for printf() | ||||
| | * | 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 | Jean-Philippe Aumasson | 2019-09-13 | 4 | -9/+32 |
| |\ \ | |/ |/| | Make *c* and *d* rounds less intrusively configurable | ||||
| | * | 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 | Jean-Philippe Aumasson | 2019-09-10 | 2 | -6/+6 |
| |\ | | | | | Use UINTxx_C() macros for 'large' constants | ||||
| | * | 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 | Jean-Philippe Aumasson | 2019-09-10 | 1 | -6/+0 |
| |\ \ | | | | | | | Remove duplicated U32TO8_LE() macro definition | ||||
| | * | | 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 | Jean-Philippe Aumasson | 2019-09-10 | 1 | -1/+4 |
| |\ \ | |/ |/| | Avoid unused variable fails warnings | ||||
| | * | Remove unneded #ifndef GETVECTORS check | Kyle Altendorf | 2019-09-09 | 1 | -2/+0 |
| | | | |||||
| | * | Avoid warnings about unused variable fails | Kyle Altendorf | 2019-09-09 | 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; ^~~~~ | ||||
| * | d/experimental | JP Aumasson | 2017-02-24 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #7 from dchest/halfvectors | JP Aumasson | 2017-01-06 | 1 | -48/+48 |
| |\ | | | | | Update test vectors for HalfSipHash | ||||
| | * | Update test vectors for HalfSipHash | Dmitry Chestnykh | 2017-01-05 | 1 | -48/+48 |
| |/ | | | | PR #6 fixed an issue that requires generating new test vectors. | ||||
| * | Merge pull request #6 from zx2c4/master | JP Aumasson | 2016-12-25 | 1 | -1/+1 |
| |\ | | | | | halfsiphash: 4 byte chunks, not 8, so compute leftover correctly | ||||
| | * | 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 |
| | | |||||
| * | readme | JP Aumasson | 2016-12-16 | 7 | -417/+710 |
| | | |||||
| * | comments on 128b security | JP Aumasson | 2016-02-29 | 1 | -0/+4 |
| | | |||||
| * | recover deleted files | JP Aumasson | 2016-01-20 | 2 | -0/+232 |
| | | |||||
| * | reformat | JP Aumasson | 2015-10-20 | 3 | -301/+85 |
| | | |||||
| * | formatting | JP Aumasson | 2014-11-19 | 1 | -2/+2 |
| | | |||||
