summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/poly1305/poly1305-donna.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* KNF.jsing2014-05-151-53/+110
|
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-141-0/+263
implementation. ok miod@