summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/poly1305 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KNF.jsing2014-05-151-53/+110
|
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-143-0/+348
implementation. ok miod@