aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/cbc/cbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-299/+0
* s/default_nonce_size/default_nonce_length/lloyd2013-12-101-1/+1
* Fix padding error in CBC encryption if offset != 0lloyd2013-10-121-3/+2
* Simplify handling of CBC/ECB padding and move source to src/modeslloyd2013-08-151-18/+2
* Convert CTS mode to Transformation APIlloyd2013-08-151-6/+123
* Keeping this buffer persistently greatly helps performancelloyd2013-08-151-7/+5
* Move ECB to Transformation APIlloyd2013-08-151-1/+1
* Move CBC to Transformation APIlloyd2013-08-151-0/+201
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-158/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-34/+36
* Make cipher mode padder non-const in ECB and CBClloyd2008-11-101-4/+4
* Remove lookup.h use from ECB, CBC, CFBlloyd2008-11-081-21/+16
* Remove lookup.h from modebaselloyd2008-11-081-4/+8
* Move all modules into src/ directorylloyd2008-09-281-0/+157