aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/ocb
Commit message (Expand)AuthorAgeFilesLines
* Add an offset to ignore at the start of the buffer in AEAD processinglloyd2013-03-282-23/+39
* Compile fixlloyd2013-03-271-1/+1
* 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-271-15/+20
* Convert OCB to new AEAD interfacelloyd2013-03-273-0/+544