aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/block_cipher.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-162/+0
* Doxygenlloyd2012-10-301-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-0/+44
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-20/+5
* In all cases where the block size of the cipher is fixed, the keylloyd2010-10-141-8/+8
* More size_t. Document changeslloyd2010-10-131-6/+6
* Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-131-10/+16
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-9/+9
* Add accessors for block size and output lengthlloyd2010-10-131-0/+5
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-2/+2
* s/u32bit/size_t/ for block cipher parallelism querieslloyd2010-10-121-2/+2
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-2/+2
* More Doxygen updateslloyd2010-06-151-9/+16
* Fix a few hundred Doxygen warningslloyd2010-06-151-2/+2
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-251-2/+10
* Set parallelism defaults.lloyd2010-02-251-1/+1
* Instead of the mode parallelism being specified via macros, have itlloyd2010-02-251-0/+5
* Add doxygen commentslloyd2009-12-291-0/+13
* Remove obsolete commentlloyd2009-11-171-15/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Change the BlockCipher interface to support multi-block encryption andlloyd2009-08-111-8/+12
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Add comment showing likely future API for multi-block encryption in BlockCipherlloyd2008-11-211-0/+6
* Add a comment to BlockCipher mentionining the usefulness of extending itlloyd2008-11-181-0/+9
* Remove redundent includeslloyd2008-11-091-2/+0
* Macro cleanuplloyd2008-11-091-2/+2
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-081-0/+85