aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ctr
Commit message (Expand)AuthorAgeFilesLines
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-2/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-3/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-2/+2
* Similiar treatment for OFB which is also just a plain stream cipherlloyd2009-10-141-0/+1
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...lloyd2009-10-143-0/+205