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
*
PR 145 was based around an easy misunderstanding of the CTR code.
lloyd
2011-04-05
1
-10
/
+16
*
Use size_t rather than u32bit for loop variables
lloyd
2011-02-16
1
-2
/
+2
*
More VC warning fixes
lloyd
2011-02-09
1
-1
/
+1
*
More VC warning fixes
lloyd
2010-12-13
1
-1
/
+1
*
Unroll the loop in fixedS to deal with Clang
lloyd
2010-11-03
1
-7
/
+20
*
Remove needless destructors
lloyd
2010-11-03
1
-2
/
+0
*
Add new top-level algorithm which provides basic functionality: name
lloyd
2010-11-01
1
-1
/
+1
*
Unused
lloyd
2010-10-29
1
-2
/
+0
*
Always do 256 blocks at a time in CTR, makes increment easier
lloyd
2010-10-29
1
-23
/
+14
*
Use u32bit here
lloyd
2010-10-29
1
-4
/
+4
*
Eliminate the constant size_t values in SymmetricAlgorithm that give
lloyd
2010-10-28
10
-39
/
+40
*
More size_t
lloyd
2010-10-15
1
-3
/
+3
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
4
-10
/
+11
*
Use size_t rather than u32bit in SymmetricAlgorithm
lloyd
2010-10-13
12
-13
/
+15
*
s/u32bit/size_t/ in stream
lloyd
2010-10-13
14
-108
/
+118
*
More changes to avoid vector to pointer implicit conversions
lloyd
2010-09-14
1
-2
/
+2
*
Completely remove the second parameter to SecureVector which specifies
lloyd
2010-09-14
5
-15
/
+26
*
Remove more uses of vector to pointer implicit conversions
lloyd
2010-09-13
4
-22
/
+22
*
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
4
-9
/
+10
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
6
-18
/
+18
*
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
*
Remove SecureBuffer, which is the fixed-size variant of SecureVector.
lloyd
2010-03-23
4
-11
/
+11
*
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
[next]