aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/cmac/cmac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-156/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* Remove all uses of MemoryRegion::copy outside of internal uses inlloyd2012-05-181-1/+1
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-1/+1
* Make CMAC::poly_double at least theoretically constant time, thoughlloyd2011-06-231-3/+2
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-3/+1
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-4/+1
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-3/+3
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-16/+16
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-6/+6
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-6/+6
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-4/+4
* 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-31/+33
* 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-0/+8
* Remove lookup dependency on CMAC: takes a BlockCipher as constructor arglloyd2008-09-301-11/+11
* Move all modules into src/ directorylloyd2008-09-281-0/+152