summaryrefslogtreecommitdiff
path: root/testsuite/poly1305-test.c
Commit message (Expand)AuthorAgeFilesLines
* Add tests for edge cases in poly1305 digest folding.Niels Möller2022-01-281-18/+68
* Simplify poly1305-test, more use of tstring length.Niels Möller2022-01-241-28/+17
* Add randomized tests of poly1305.Niels Möller2022-01-231-0/+130
* Move poly1305-aes.h declarations into poly1305.h. Deleted POLY1305_* macros.Niels Möller2014-01-161-1/+1
* First implementation of poly1305.Nikos Mavrogiannopoulos2013-11-101-0/+86