aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/gcm
Commit message (Expand)AuthorAgeFilesLines
* Make XTS a Transformation under src/modeslloyd2013-08-143-358/+0
* Namespace AEAD header guardslloyd2013-07-011-2/+2
* Avoid unnecessary allocations during GCM multiply, 20-30% speeduplloyd2013-05-301-15/+12
* Remove mutation from GCM multiply looplloyd2013-05-301-4/+2
* GCM garbled nonces after one messagelloyd2013-04-111-3/+3
* Add AEAD_Mode::output_lengthlloyd2013-04-101-0/+9
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-102-2/+4
* Remove return value of AEAD_Mode::start as it doesn't seem necessarylloyd2013-04-032-4/+2
* Add an offset to ignore at the start of the buffer in AEAD processinglloyd2013-03-282-21/+32
* Add nonce length checks to EAX and GCMlloyd2013-03-281-0/+3
* Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.lloyd2013-03-271-6/+12
* Convert OCB to new AEAD interfacelloyd2013-03-271-1/+0
* Move GCM to new AEAD interfacelloyd2013-03-273-0/+335