aboutsummaryrefslogtreecommitdiff
path: root/halfsiphash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17 from altendky/format_specifiersJean-Philippe Aumasson2019-09-141-4/+5
|\ | | | | Use size_t and fixed width format specifiers for printf()
| * Use size_t and fixed with format specifiers for printf()Kyle Altendorf2019-09-131-4/+5
| |
* | Make *c* and *d* rounds less intrusively configurableKyle Altendorf2019-09-101-2/+6
|/
* Merge pull request #13 from altendky/use_UINTxx_C_macrosJean-Philippe Aumasson2019-09-101-2/+2
|\ | | | | Use UINTxx_C() macros for 'large' constants
| * Use UINTxx_C() macros for 'large' constantsKyle Altendorf2019-09-091-2/+2
| |
* | Remove duplicated U32TO8_LE() macro definitionKyle Altendorf2019-09-091-6/+0
|/
* halfsiphash: 4 byte chunks, not 8, so compute leftover correctlyJason A. Donenfeld2016-12-211-1/+1
|
* autogen vectors, tweaked hsiphashJP Aumasson2016-12-171-56/+58
|
* chaskey constantsJP Aumasson2016-12-161-3/+3
|
* bugfixJP Aumasson2016-12-161-1/+1
|
* readmeJP Aumasson2016-12-161-0/+150