| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests | JP Aumasson | 2021-02-19 | 1 | -8/+10 |
| | | |||||
| * | halfsiphash header + badge | JP Aumasson | 2021-02-19 | 1 | -3/+2 |
| | | |||||
| * | readme | JP Aumasson | 2021-01-11 | 1 | -8/+9 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| |\ | |||||
| | * | Separate test function and main() | Kyle Altendorf | 2019-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | 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. | ||||
| * | 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; ^~~~~ | ||||
| * | autogen vectors, tweaked hsiphash | JP Aumasson | 2016-12-17 | 1 | -349/+75 |
| | | |||||
| * | chaskey constants | JP Aumasson | 2016-12-16 | 1 | -128/+129 |
| | | |||||
| * | bugfix | JP Aumasson | 2016-12-16 | 1 | -64/+64 |
| | | |||||
| * | readme | JP Aumasson | 2016-12-16 | 1 | -0/+379 |
