aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/xts/xts.h
Commit message (Expand)AuthorAgeFilesLines
* Fix warning in XTSJack Lloyd2019-10-061-1/+1
* XTS optimizationsJack Lloyd2019-09-281-2/+7
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Have cipher modes also verify that the nonce is set prior to useJack Lloyd2018-08-171-0/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-0/+4
* Improve modes doxygen [ci skip]René Korthaus2016-10-191-0/+6
* Cipher_Mode API improvementsJack Lloyd2016-09-011-3/+3
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-3/+3
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-2/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-1/+1
* Move lib into srclloyd2014-01-101-0/+86