aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/aead.h
Commit message (Expand)AuthorAgeFilesLines
* Make XTS a Transformation under src/modeslloyd2013-08-141-59/+0
* Generalize AEAD interface to transformations of stufflloyd2013-08-081-57/+5
* GCM garbled nonces after one messagelloyd2013-04-111-1/+1
* Add AEAD_Mode::output_lengthlloyd2013-04-101-0/+7
* Lost get_aead decl in revertlloyd2013-04-101-0/+5
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-101-7/+2
* Remove return value of AEAD_Mode::start as it doesn't seem necessarylloyd2013-04-031-2/+7
* Add an offset to ignore at the start of the buffer in AEAD processinglloyd2013-03-281-2/+14
* Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.lloyd2013-03-271-0/+6
* Move EAX to new AEAD_Mode interfacelloyd2013-03-201-0/+81