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
*
propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...
lloyd
2010-06-17
9
-26
/
+60
|
\
|
*
Yet more Doxygen comments
lloyd
2010-06-16
1
-0
/
+3
|
*
Move a couple of StreamCipher functions to a source file to avoid the
lloyd
2010-06-16
2
-8
/
+26
|
*
More Doxygen comments
lloyd
2010-06-16
3
-3
/
+13
|
*
More Doxygen updates/fixes
lloyd
2010-06-15
7
-12
/
+15
|
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
2
-2
/
+2
|
*
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
1
-1
/
+1
*
|
propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...
lloyd
2010-04-09
4
-11
/
+11
|
\
|
|
*
Remove SecureBuffer, which is the fixed-size variant of SecureVector.
lloyd
2010-03-23
4
-11
/
+11
*
|
propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...
lloyd
2010-03-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...
lloyd
2010-02-25
1
-1
/
+1
|
|
\
|
|
*
propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...
lloyd
2010-01-21
1
-1
/
+1
|
|
|
\
|
|
|
*
propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...
lloyd
2009-12-21
1
-1
/
+1
|
|
|
|
\
|
|
|
|
*
propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...
lloyd
2009-12-16
13
-74
/
+9
|
|
|
|
|
\
|
|
|
|
*
|
Remove to_string, replacing with std::to_string
lloyd
2009-11-18
1
-1
/
+1
*
|
|
|
|
|
Minor cleanups in Salsa20 code
lloyd
2010-03-03
2
-42
/
+9
*
|
|
|
|
|
Use a macro to make Salsa20 code a bit more compact
lloyd
2010-03-03
1
-66
/
+26
*
|
|
|
|
|
Add XSalsa20
lloyd
2010-03-03
2
-12
/
+108
|
/
/
/
/
/
*
/
/
/
/
Instead of the mode parallelism being specified via macros, have it
lloyd
2010-02-25
1
-2
/
+2
|
/
/
/
/
*
/
/
/
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
1
-2
/
+2
|
/
/
/
*
|
/
Un-internal loadstor.h (and its header deps, rotate.h and
lloyd
2009-12-21
3
-3
/
+5
|
|
/
|
/
|
*
|
Make many more headers internal-only.
lloyd
2009-12-16
6
-9
/
+9
*
|
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
7
-65
/
+0
|
/
*
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