aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/poly1305/poly1305.cpp
Commit message (Expand)AuthorAgeFilesLines
* More changes for use with debug STLSimon Warta2015-06-301-1/+5
* lib/mac: Convert &vec[0] to vec.data()Simon Warta2015-06-251-4/+4
* Wrong functionlloyd2015-02-281-1/+1
* Amalgamation fixes; inline the poly1305 header and :: namespace OpenSSL funcslloyd2015-02-221-2/+129
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-1/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Fix one past the end write in Poly1305 finishlloyd2014-12-311-1/+1
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-291-0/+73