diff options
author | Kyle Altendorf <sda@fstab.net> | 2019-09-18 11:57:01 -0400 |
---|---|---|
committer | Kyle Altendorf <sda@fstab.net> | 2019-09-18 11:57:02 -0400 |
commit | 5a8b62a6f8dab82c3bf8b8b1812da0857fb893e6 (patch) | |
tree | 7432da0b30d4bdb60f88c5d821743490b1283ae7 /test.c | |
parent | Merge pull request #17 from altendky/format_specifiers (diff) | |
download | siphash-5a8b62a6f8dab82c3bf8b8b1812da0857fb893e6.tar.gz siphash-5a8b62a6f8dab82c3bf8b8b1812da0857fb893e6.tar.xz |
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.
Diffstat (limited to 'test.c')
0 files changed, 0 insertions, 0 deletions