aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/eax/eax.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make XTS a Transformation under src/modeslloyd2013-08-141-170/+0
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-101-1/+3
* Remove return value of AEAD_Mode::start as it doesn't seem necessarylloyd2013-04-031-3/+1
* Add an offset to ignore at the start of the buffer in AEAD processinglloyd2013-03-281-17/+28
* Add nonce length checks to EAX and GCMlloyd2013-03-281-0/+3
* Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.lloyd2013-03-271-6/+8
* Move GCM to new AEAD interfacelloyd2013-03-271-8/+19
* Move EAX to new AEAD_Mode interfacelloyd2013-03-201-0/+143