aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead/gcm/gcm.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-150/+0
* Set default offset for all cipher mode update/final signatures.lloyd2013-12-311-4/+4
* Unusedlloyd2013-12-271-7/+0
* Cleanuplloyd2013-12-271-0/+2
* Clean up GCM. Add CLMUL support.lloyd2013-12-271-0/+46
* Avoid static const in GCM as welllloyd2013-11-071-1/+1
* Expose AEAD_Mode::tag_sizelloyd2013-08-221-2/+2
* Make XTS a Transformation under src/modeslloyd2013-08-141-0/+109