Commit Graph

6 Commits (566f3f9c0dc72d0fc49ca0cb1dedf90e75c226e2)

Author SHA1 Message Date
Kyle Altendorf 3a47a40cc5 Correct \ alignment 2019-09-18 12:00:52 -04:00
Kyle Altendorf 5a8b62a6f8 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.
2019-09-18 11:57:02 -04:00
Kyle Altendorf e802f9cc56 Make *c* and *d* rounds less intrusively configurable 2019-09-10 08:43:23 -04:00
Kyle Altendorf 42d5822699 Use UINTxx_C() macros for 'large' constants 2019-09-09 15:35:03 -04:00
JP Aumasson 93ca99dcfa autogen vectors, tweaked hsiphash 2016-12-17 14:14:22 +01:00
JP Aumasson 8388cbe24f readme 2016-12-16 09:04:05 +01:00