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
/
block
/
block_cipher.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-162
/
+0
*
Doxygen
lloyd
2012-10-30
1
-1
/
+1
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-0
/
+44
*
Eliminate the constant size_t values in SymmetricAlgorithm that give
lloyd
2010-10-28
1
-20
/
+5
*
In all cases where the block size of the cipher is fixed, the key
lloyd
2010-10-14
1
-8
/
+8
*
More size_t. Document changes
lloyd
2010-10-13
1
-6
/
+6
*
Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, which
lloyd
2010-10-13
1
-10
/
+16
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
1
-9
/
+9
*
Add accessors for block size and output length
lloyd
2010-10-13
1
-0
/
+5
*
Use size_t rather than u32bit for the blocks argument of encrypt_n
lloyd
2010-10-12
1
-2
/
+2
*
s/u32bit/size_t/ for block cipher parallelism queries
lloyd
2010-10-12
1
-2
/
+2
*
Replace "@return a blah" and "@return the blah" with just "@return blah"
lloyd
2010-06-16
1
-2
/
+2
*
More Doxygen updates
lloyd
2010-06-15
1
-9
/
+16
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
1
-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
-2
/
+10
*
Set parallelism defaults.
lloyd
2010-02-25
1
-1
/
+1
*
Instead of the mode parallelism being specified via macros, have it
lloyd
2010-02-25
1
-0
/
+5
*
Add doxygen comments
lloyd
2009-12-29
1
-0
/
+13
*
Remove obsolete comment
lloyd
2009-11-17
1
-15
/
+0
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
1
-1
/
+1
*
Change the BlockCipher interface to support multi-block encryption and
lloyd
2009-08-11
1
-8
/
+12
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-0
/
+2
*
Add comment showing likely future API for multi-block encryption in BlockCipher
lloyd
2008-11-21
1
-0
/
+6
*
Add a comment to BlockCipher mentionining the usefulness of extending it
lloyd
2008-11-18
1
-0
/
+9
*
Remove redundent includes
lloyd
2008-11-09
1
-2
/
+0
*
Macro cleanup
lloyd
2008-11-09
1
-2
/
+2
*
Split ciphers into block and stream ciphers. Move base class headers
lloyd
2008-11-08
1
-0
/
+85