aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead/ocb
Commit message (Expand)AuthorAgeFilesLines
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Support 64 and 96 bit tags in OCB, using the nonce formatting rulelloyd2013-08-262-2/+3
* Some OCB cleanupslloyd2013-08-252-98/+90
* merge of '59ddcb9c6e450b61f95165721510c583d6a9cde3'lloyd2013-08-251-2/+2
|\
| * Expose AEAD_Mode::tag_sizelloyd2013-08-221-2/+2
* | Store the OCB checksum in wide blocks and fold once at the endlloyd2013-08-251-25/+20
|/
* Make XTS a Transformation under src/modeslloyd2013-08-143-0/+574