summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/poly1305/poly1305.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create branch 'OPENBSD_5_8'.libressl-v2.2.2cvs2svn2015-08-021-38/+0
|
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* Get the public headers from the official place with <openssl/ >deraadt2014-05-311-1/+1
| | | | from Brent Cook
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-141-0/+37
implementation. ok miod@