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
/
filters
/
modes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Keyed_Filter::valid_iv_length (it was already in
lloyd
2010-06-16
9
-8
/
+37
*
Doxygen comments
lloyd
2010-06-16
1
-5
/
+40
*
More Doxygen updates/fixes
lloyd
2010-06-15
5
-13
/
+13
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
1
-2
/
+2
*
Add Doxygen header comments for XTS modes
lloyd
2010-06-07
1
-4
/
+4
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
*
Change BlockCipher::parallelism() to return the native parallelism of
lloyd
2010-05-25
3
-17
/
+12
*
Instead of the mode parallelism being specified via macros, have it
lloyd
2010-02-25
3
-20
/
+28
*
Fix leaks in several of the cipher mode filters. Introduced by the
lloyd
2010-02-14
4
-2
/
+12
*
Remove debug check
lloyd
2010-01-27
1
-7
/
+10
*
Fix several buffering problems in the XTS implementation that would
lloyd
2010-01-25
1
-9
/
+31
*
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
5
-7
/
+8
*
Cleanup
lloyd
2009-12-28
2
-4
/
+0
*
Do ECB in parallel using Buffered_Filter
lloyd
2009-12-27
2
-101
/
+102
*
Make Buffered_Filter a Filter mixin basically the same as Buffered_Operation
lloyd
2009-12-27
4
-61
/
+44
*
buffered_proc_block is a mouthful
lloyd
2009-12-27
4
-20
/
+20
*
Use consistent function names, allow inheritence instead of bind
lloyd
2009-12-27
4
-27
/
+27
*
CBC decrypt on large blocks
lloyd
2009-12-27
1
-2
/
+4
*
Cleanup
lloyd
2009-12-27
1
-10
/
+4
*
XTS encrypt + decrypt in parallel
lloyd
2009-12-27
2
-87
/
+129
*
XTS encryption using Buffered_Operation. Not parallel yet.
lloyd
2009-12-27
2
-77
/
+62
*
Implement CBC mode using Buffered_Operation. CBC decryption now runs in
lloyd
2009-12-27
2
-63
/
+114
*
Since they don't pick up the dependency from modebase anymore, mark
lloyd
2009-12-24
6
-0
/
+15
*
Remove modebase entirely. It made doing optimizations rather obnoxious and
lloyd
2009-12-24
11
-271
/
+393
*
s/modebase/key_filt/ in ecb.h - not using modebase
lloyd
2009-12-24
1
-2
/
+1
*
Define EAX in terms of CTR mode instead of implementing it within EAX_Base.
lloyd
2009-12-23
4
-100
/
+59
*
Make many more headers internal-only.
lloyd
2009-12-16
6
-6
/
+6
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
8
-74
/
+0
*
Move most code that relies heavily on Filters into src/filters.
lloyd
2009-11-17
25
-0
/
+2156