aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/ocb
Commit message (Collapse)AuthorAgeFilesLines
* Add an offset to ignore at the start of the buffer in AEAD processinglloyd2013-03-282-23/+39
| | | | | | which makes more complicated packet building easier to do in-place. For instance now update can take a buffer that contains a header and be told to ignore the header.
* 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