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
/
stream
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small cleanups in the Turing code
lloyd
2009-11-17
1
-18
/
+20
*
Rename/remove some secmem member variables for better matching with STL
lloyd
2009-11-17
3
-4
/
+4
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
7
-15
/
+0
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
13
-13
/
+13
*
Similiar treatment for OFB which is also just a plain stream cipher
lloyd
2009-10-14
4
-0
/
+161
*
Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...
lloyd
2009-10-14
3
-0
/
+205
*
Cleanups/random changes in the stream cipher code:
lloyd
2009-10-14
10
-92
/
+64
*
Remove unneeded headers
lloyd
2009-09-21
1
-2
/
+0
*
Combine the 4 sbox calculations in the key schedule so that all four are
lloyd
2009-08-31
2
-25
/
+25
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
1
-5
/
+4
*
Add dependencies for stream ciphers on stream
lloyd
2009-07-02
3
-0
/
+12
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
11
-135
/
+157
*
Remove redundent includes
lloyd
2008-11-09
1
-2
/
+0
*
Rename SymmetricAlgorithm::key to key_schedule to avoid many name
lloyd
2008-11-09
8
-8
/
+8
*
Split the last parts of the 'core' module
lloyd
2008-11-08
1
-0
/
+15
*
Split ciphers into block and stream ciphers. Move base class headers
lloyd
2008-11-08
15
-0
/
+1174