aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/block_cipher.h
Commit message (Expand)AuthorAgeFilesLines
* 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