aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/xts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Same treatment for cipher modesJack Lloyd2015-09-101-2/+0
* For CBC, ECB, and XTS the output length of a zero length input is wellJack Lloyd2015-08-041-3/+1
* Fix round_upSimon Warta2015-07-151-0/+1
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-242-9/+9
* Fix code that triggers a strange MSVC 'performance warning'git2015-04-081-2/+2
* Add BOTAN_DLL back to LibraryInitializer and move some of the implementation tolloyd2015-03-111-2/+2
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-052-3/+2
* Avoid strict overflow warnings in GCC 4.8lloyd2014-01-241-2/+10
* 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-103-0/+372