siphash icon indicating copy to clipboard operation
siphash copied to clipboard

Test does not cover len=1024

Open paulharris opened this issue 11 years ago • 0 comments

in test.c, shouldn't the loop read:

for (len = 1; len <= 1024; len++) {

instead of:

for (len = 1; len < 1024; len++) {

?

paulharris avatar Apr 29 '13 02:04 paulharris