aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/gcm/gcm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Further optimizations, and split out GHASH reduction codeJack Lloyd2017-10-181-3/+3
* GCM and CTR optimizationsJack Lloyd2017-10-181-208/+2
* Further GCM optimizationsJack Lloyd2017-10-131-17/+27
* Optimize GCMJack Lloyd2017-10-131-38/+73
* More include header cleanupsJack Lloyd2017-09-211-0/+3
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* reenable 8 byte gcm tagsAtanas Filyanov2017-09-151-1/+2
* Allow GCM tag size in the range 96..128 bitsAtanas Filyanov2017-09-141-1/+2
* allow 12 byte GCM tags and add test vectorsAtanas Filyanov2017-09-131-1/+1
* Add support for ARMv8 PMULL instructionJack Lloyd2017-09-031-0/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-36/+36
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-2/+15
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+1
* Merge GH #516 Cipher_Mode API improvementsJack Lloyd2016-09-261-32/+31
|\
| * Cipher_Mode API improvementsJack Lloyd2016-09-011-32/+31
* | 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/+10
|/
* Fix GCM counter incrementJack Lloyd2016-05-231-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-081-6/+6
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Make portable GCM multiply operation run in constant time.Jack Lloyd2015-12-041-9/+16
* Same treatment for cipher modesJack Lloyd2015-09-101-2/+0
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-17/+17
* Fix clmul which was broken by amalgamation ISA split.lloyd2015-03-121-1/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+3
* 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-1/+1
* Move lib into srclloyd2014-01-101-0/+290