index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
modes
/
xts
/
xts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
XTS optimizations
Jack Lloyd
2019-09-28
1
-14
/
+12
*
Correct error with XTS minimum block size
Jack Lloyd
2018-10-15
1
-1
/
+1
*
Have cipher modes also verify that the nonce is set prior to use
Jack Lloyd
2018-08-17
1
-2
/
+4
*
Add a function for checking if poly_double_n supports a particular size
Jack Lloyd
2017-11-18
1
-4
/
+1
*
OCB optimizations
Jack Lloyd
2017-10-12
1
-8
/
+2
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Simplify polynomial doubling code
Jack Lloyd
2017-09-05
1
-44
/
+12
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-14
/
+14
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
1
-0
/
+6
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-1
/
+1
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-13
/
+7
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Same treatment for cipher modes
Jack Lloyd
2015-09-10
1
-2
/
+0
*
For CBC, ECB, and XTS the output length of a zero length input is well
Jack Lloyd
2015-08-04
1
-3
/
+1
*
Fix round_up
Simon Warta
2015-07-15
1
-0
/
+1
*
lib/modes: Convert &vec[0] to vec.data()
Simon Warta
2015-06-24
1
-8
/
+8
*
Fix code that triggers a strange MSVC 'performance warning'
git
2015-04-08
1
-2
/
+2
*
Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to
lloyd
2015-03-11
1
-2
/
+2
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-3
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
1
-1
/
+1
*
Avoid strict overflow warnings in GCC 4.8
lloyd
2014-01-24
1
-2
/
+10
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+285