aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/xts/xts.cpp
Commit message (Expand)AuthorAgeFilesLines
* XTS optimizationsJack Lloyd2019-09-281-14/+12
* Correct error with XTS minimum block sizeJack Lloyd2018-10-151-1/+1
* Have cipher modes also verify that the nonce is set prior to useJack Lloyd2018-08-171-2/+4
* Add a function for checking if poly_double_n supports a particular sizeJack Lloyd2017-11-181-4/+1
* OCB optimizationsJack Lloyd2017-10-121-8/+2
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Simplify polynomial doubling codeJack Lloyd2017-09-051-44/+12
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-14/+14
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-0/+6
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+1
* Cipher_Mode API improvementsJack Lloyd2016-09-011-13/+7
* 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-241-8/+8
* 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-101-1/+1
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+1
* Avoid strict overflow warnings in GCC 4.8lloyd2014-01-241-2/+10
* Move lib into srclloyd2014-01-101-0/+285