summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/poly1305 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
| | | | fixes to keep building.
* KNF.jsing2014-05-151-41/+43
|
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-142-0/+173
implementation. ok miod@