aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead
Commit message (Expand)AuthorAgeFilesLines
* Allow tag sizes other than 128 bits in GCM and OCBlloyd2013-03-271-1/+1
* Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.lloyd2013-03-274-27/+46
* Convert OCB to new AEAD interfacelloyd2013-03-274-1/+544
* Move GCM to new AEAD interfacelloyd2013-03-277-15/+364
* Move EAX to new AEAD_Mode interfacelloyd2013-03-205-0/+334