symm/poly1305.c: Implement Bernstein's Monte-Carlo test.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Apr 2017 14:48:23 +0000 (15:48 +0100)
commit47af781c8f727c45d0f74584f5f67521a4cbdfcb
tree8fa73f2f7a80f1de1635ddf8a6bb1746d287745b
parent7beac5cad91bef88ce13f38d53ef889cbf2a7d8a
symm/poly1305.c: Implement Bernstein's Monte-Carlo test.

I did run the full test once, but it took almost an hour.
symm/poly1305.c
symm/t/poly1305
utils/poly1305-mct.c [new file with mode: 0644]