aboutsummaryrefslogtreecommitdiff
path: root/siphash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct \ alignmentKyle Altendorf2019-09-181-4/+4
|
* Use size_t and fixed width format specifiers for printf()... for siphash.cKyle Altendorf2019-09-181-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.
* Make *c* and *d* rounds less intrusively configurableKyle Altendorf2019-09-101-2/+6
|
* Use UINTxx_C() macros for 'large' constantsKyle Altendorf2019-09-091-4/+4
|
* autogen vectors, tweaked hsiphashJP Aumasson2016-12-171-63/+67
|
* readmeJP Aumasson2016-12-161-0/+161