aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/gmac
Commit message (Expand)AuthorAgeFilesLines
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-1/+1
* Remove needless virtual on GMAC destructorJack Lloyd2017-10-261-1/+1
* GCM and CTR optimizationsJack Lloyd2017-10-182-6/+15
* GMAC optimizationJack Lloyd2017-10-152-21/+32
* Optimize GCMJack Lloyd2017-10-132-23/+27
* Avoid bogus declarations in GMACJack Lloyd2017-09-301-25/+3
* Address some MSVC warningsJack Lloyd2017-09-301-4/+3
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Header file cleanupsJack Lloyd2017-09-211-6/+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-15/+15
* Add MAC::start_msg, update GMACJack Lloyd2016-10-282-14/+4
* Implements GMAC with GHASH.Matthias Gierlings2016-10-282-44/+98
* Added implementation for GMACMatthias Gierlings2016-10-273-0/+159