aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32 from veorq/header•••headerJean-Philippe Aumasson2021-01-192-3/+27
|\
| * fixesJP Aumasson2021-01-192-59/+62
| * headerJP Aumasson2021-01-192-61/+82
|/
* Merge pull request #30 from veorq/notahash•••NotahashJean-Philippe Aumasson2021-01-114-42/+77
|\
| * ignore binsJP Aumasson2021-01-111-0/+5
| * formattingJean-Philippe Aumasson2021-01-111-3/+3
| * readmeJP Aumasson2021-01-113-42/+72
|/
* Merge pull request #26 from jflopezfernandez/master•••Added some common IDE folders to gitignoreJean-Philippe Aumasson2019-12-151-0/+5
|\
| * Added some common IDE folders to gitignoreJose Fernando Lopez Fernandez2019-12-151-0/+5
|/
* Merge pull request #23 from altendky/return_for_test_failed•••Return non-zero when tests failJean-Philippe Aumasson2019-09-271-1/+4
|\
| * Initialize any_failed•••oops Kyle Altendorf2019-09-221-1/+1
| * Merge branch 'master' into return_for_test_failedKyle Altendorf2019-09-223-2/+7
| |\ | |/ |/|
* | Merge pull request #24 from altendky/separate_test_and_main•••Separate test function and main()Jean-Philippe Aumasson2019-09-223-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 Altendorf2019-09-213-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 Altendorf2019-09-211-1/+4
|/
* Merge pull request #21 from altendky/full_siphash_format_specifiers•••Use size_t and fixed width format specifiers for printf()... for siphash.cJean-Philippe Aumasson2019-09-191-8/+5
|\
| * Correct \ alignmentKyle Altendorf2019-09-181-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 Altendorf2019-09-181-8/+5
|/
* Merge pull request #17 from altendky/format_specifiers•••Use size_t and fixed width format specifiers for printf()Jean-Philippe Aumasson2019-09-141-4/+5
|\
| * Use size_t and fixed with format specifiers for printf()Kyle Altendorf2019-09-131-4/+5
* | Merge pull request #15 from altendky/makefile_rounds_parameters•••Make *c* and *d* rounds less intrusively configurableJean-Philippe Aumasson2019-09-134-9/+32
|\ \ | |/ |/|
| * Make *c* and *d* rounds less intrusively configurableKyle Altendorf2019-09-104-9/+32
|/
* Merge pull request #13 from altendky/use_UINTxx_C_macros•••Use UINTxx_C() macros for 'large' constantsJean-Philippe Aumasson2019-09-102-6/+6
|\
| * Use UINTxx_C() macros for 'large' constantsKyle Altendorf2019-09-092-6/+6
* | Merge pull request #12 from altendky/remove_duplicated_U32TO8_LE•••Remove duplicated U32TO8_LE() macro definitionJean-Philippe Aumasson2019-09-101-6/+0
|\ \
| * | Remove duplicated U32TO8_LE() macro definitionKyle Altendorf2019-09-091-6/+0
| |/
* | Merge pull request #14 from altendky/avoid_unused_variable_fails_warnings•••Avoid unused variable fails warningsJean-Philippe Aumasson2019-09-101-1/+4
|\ \ | |/ |/|
| * Remove unneded #ifndef GETVECTORS checkKyle Altendorf2019-09-091-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 Altendorf2019-09-091-1/+6
|/
* d/experimentalJP Aumasson2017-02-241-3/+3
* Merge pull request #7 from dchest/halfvectors•••Update test vectors for HalfSipHashJP Aumasson2017-01-061-48/+48
|\
| * Update test vectors for HalfSipHash•••PR #6 fixed an issue that requires generating new test vectors. Dmitry Chestnykh2017-01-051-48/+48
|/
* Merge pull request #6 from zx2c4/master•••halfsiphash: 4 byte chunks, not 8, so compute leftover correctlyJP Aumasson2016-12-251-1/+1
|\
| * halfsiphash: 4 byte chunks, not 8, so compute leftover correctlyJason A. Donenfeld2016-12-211-1/+1
|/
* autogen vectors, tweaked hsiphashJP Aumasson2016-12-175-470/+1051
* chaskey constantsJP Aumasson2016-12-162-131/+132
* bugfixJP Aumasson2016-12-162-65/+65
* experimentalJP Aumasson2016-12-161-2/+2
* readmeJP Aumasson2016-12-167-417/+710
* comments on 128b securityJP Aumasson2016-02-291-0/+4
* recover deleted filesJP Aumasson2016-01-202-0/+232
* reformatJP Aumasson2015-10-203-301/+85
* formattingJP Aumasson2014-11-191-2/+2
* detailsJP Aumasson2014-11-191-9/+2
* factored dbg tracesJP Aumasson2014-11-191-30/+31
* consistent typesJP Aumasson2014-11-092-56/+48
* typoJP Aumasson2014-11-081-1/+1
* experimental 128-bit modeJP Aumasson2014-11-084-18/+145
* ip statementJP Aumasson2014-05-021-2/+5
* copyrightJP Aumasson2014-03-242-6/+4