aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/cbc_mac/cbc_mac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-1/+0
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-4/+1
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-2/+2
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-6/+6
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-2/+2
* Remove more implicit vector to pointer conversionslloyd2010-09-141-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+2
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-28/+30
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-091-1/+1
* Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2lloyd2008-09-301-9/+7
* Move all modules into src/ directorylloyd2008-09-281-0/+109