summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/poly1305 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create branch 'OPENBSD_5_8'.libressl-v2.2.2cvs2svn2015-08-023-408/+0
|
* Add missing year to copyright.jsing2014-07-251-2/+2
|
* tags as requested by miod and teduderaadt2014-06-123-0/+3
|
* Get the public headers from the official place with <openssl/ >deraadt2014-05-311-1/+1
| | | | from Brent Cook
* KNF.jsing2014-05-151-53/+110
|
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-143-0/+348
implementation. ok miod@