aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/poly1305
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-10/+4
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Add CT::Mask typeJack Lloyd2018-11-281-4/+4
* Cleanups in Poly1305Jack Lloyd2018-11-091-23/+23
* Optimization for Poly1305Jack Lloyd2018-09-201-17/+24
* Code formatting tweak in Poly1305 codeJack Lloyd2017-12-031-5/+5
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-37/+37
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* mac: Add missing overridesDaniel Seither2015-07-301-7/+7
* s/auto/size_t/Simon Warta2015-07-031-1/+1
* 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-223-150/+129
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+1
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-1/+4
* Amalgamation fixeslloyd2015-01-231-9/+1
* Ensure all files have copyright and license info.lloyd2015-01-103-3/+3
* Fix one past the end write in Poly1305 finishlloyd2014-12-311-1/+1
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-294-0/+282