symm/poly1305.c: Use explicit sizes in the Monte-Carlo test.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 29 Oct 2019 10:19:49 +0000 (10:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
commit4741bd9fa1f6dfc9f6482d6e1335ad046dbd6a78
tree7d00b2a8c6a3fa6c26e378a21304bc6804356cc7
parentd5d892140bfb721f7ed5b08e66f861e52e037832
symm/poly1305.c: Use explicit sizes in the Monte-Carlo test.

The indirect `sizeof' expressions weren't always of the right variable,
and I'm going to replace the vectors with pointers soon.
symm/poly1305.c