Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | -476/+1057 | |
| | ||||||
* | 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 | -303/+87 | |
| | ||||||
* | formatting | JP Aumasson | 2014-11-19 | 1 | -2/+2 | |
| | ||||||
* | details | JP Aumasson | 2014-11-19 | 1 | -9/+2 | |
| | ||||||
* | factored dbg traces | JP Aumasson | 2014-11-19 | 1 | -30/+31 | |
| | ||||||
* | consistent types | JP Aumasson | 2014-11-09 | 2 | -56/+48 | |
| | ||||||
* | typo | JP Aumasson | 2014-11-08 | 1 | -1/+1 | |
| | ||||||
* | experimental 128-bit mode | JP Aumasson | 2014-11-08 | 4 | -18/+145 | |
| | ||||||
* | ip statement | JP Aumasson | 2014-05-02 | 1 | -2/+5 | |
| | ||||||
* | copyright | JP Aumasson | 2014-03-24 | 2 | -6/+4 | |
| | ||||||
* | no $ | JP Aumasson | 2014-03-24 | 1 | -1/+1 | |
| | ||||||
* | test tweaks | JP Aumasson | 2014-03-23 | 2 | -9/+8 | |
| | ||||||
* | usage instructions | JP Aumasson | 2014-03-23 | 1 | -2/+14 | |
| | ||||||
* | make dist | JP Aumasson | 2014-03-23 | 1 | -2/+6 | |
| | ||||||
* | code formatting | JP Aumasson | 2014-03-23 | 2 | -15/+21 | |
| | ||||||
* | code and readme | JP Aumasson | 2014-03-23 | 4 | -1/+330 | |
| | ||||||
* | Initial commit | JP Aumasson | 2014-03-23 | 3 | -0/+138 | |