aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/gcm
Commit message (Expand)AuthorAgeFilesLines
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* Mass-prefix member vars with m_René Korthaus2016-01-082-7/+7
* 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
* modes: Add missing overridesDaniel Seither2015-07-301-3/+4
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-242-20/+20
* Consider AES-NI as implying SSSE3 which lets us merge two of thelloyd2015-03-151-1/+1
* Fix clmul which was broken by amalgamation ISA split.lloyd2015-03-122-2/+2
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-1/+0
* 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-104-4/+4
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-052-5/+5
* Clang fixeslloyd2014-02-091-0/+1
* Add header guard and fix amalgamation. Github issue 10.lloyd2014-01-311-0/+5
* 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-106-0/+544