symm/t/poly1305: Add the tests from Bernstein's original paper.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 14 Apr 2017 23:30:07 +0000 (00:30 +0100)
commit7beac5cad91bef88ce13f38d53ef889cbf2a7d8a
tree3639e1d7a2175d7f73b04351bc31e07714cf265f
parent91f56a78e497b97c996cc46c7e7aff487a0b68bd
symm/t/poly1305: Add the tests from Bernstein's original paper.

They were tucked away in an appendix and I missed them.  Also, I
implemented from the NaCl paper, which is a better fit for modern usage.
symm/t/poly1305