aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/gmac/gmac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* GCM and CTR optimizationsJack Lloyd2017-10-181-0/+9
* GMAC optimizationJack Lloyd2017-10-151-20/+30
* Optimize GCMJack Lloyd2017-10-131-22/+24
* Address some MSVC warningsJack Lloyd2017-09-301-4/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-7/+7
* Add MAC::start_msg, update GMACJack Lloyd2016-10-281-12/+2
* Implements GMAC with GHASH.Matthias Gierlings2016-10-281-30/+77
* Added implementation for GMACMatthias Gierlings2016-10-271-0/+76