aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/gcm/gcm.h
Commit message (Expand)AuthorAgeFilesLines
* GCM and CTR optimizationsJack Lloyd2017-10-181-57/+1
* Optimize GCMJack Lloyd2017-10-131-10/+17
* More include header cleanupsJack Lloyd2017-09-211-2/+5
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-4/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-19/+19
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-1/+1
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-0/+5
* Implements GMAC with GHASH.Matthias Gierlings2016-10-281-52/+50
* Added implementation for GMACMatthias Gierlings2016-10-271-47/+52
* Merge GH #516 Cipher_Mode API improvementsJack Lloyd2016-09-261-3/+3
|\
| * Cipher_Mode API improvementsJack Lloyd2016-09-011-3/+3
* | Change T::provider to return std::stringJack Lloyd2016-09-151-1/+1
* | Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+2
|/
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* Mass-prefix member vars with m_René Korthaus2016-01-081-1/+1
* modes: Add missing overridesDaniel Seither2015-07-301-3/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-4/+4
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-3/+3
* Move lib into srclloyd2014-01-101-0/+150