aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/xts/xts.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-86/+0
* Set default offset for all cipher mode update/final signatures.lloyd2013-12-311-4/+4
* s/default_nonce_size/default_nonce_length/lloyd2013-12-101-1/+1
* Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exportslloyd2013-08-191-2/+2
* Move CBC to Transformation APIlloyd2013-08-151-1/+1
* Make XTS a Transformation under src/modeslloyd2013-08-141-0/+86
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-82/+0
* Modify Keyed_Filter so it is a pure interfacelloyd2009-08-111-1/+7
* Add XTS mode, from IEEE P1619lloyd2009-04-161-0/+76