aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/stream_cipher.h
Commit message (Expand)AuthorAgeFilesLines
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-2/+2
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Cleanups/random changes in the stream cipher code:lloyd2009-10-141-40/+27
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-3/+5
* Remove redundent includeslloyd2008-11-091-2/+0
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-081-0/+92