aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead/eax
Commit message (Collapse)AuthorAgeFilesLines
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
| | | | | | so application code can check for the specific API it expects without having to keep track of what versions APIs x,y,z changed. Arbitrarily set all current API versions to 20131128.
* Expose AEAD_Mode::tag_sizelloyd2013-08-221-2/+2
|
* Make XTS a Transformation under src/modeslloyd2013-08-143-0/+291
Move AEAD modes to src/modes/aead Add filters for Transformations (based on original AEAD filters)