aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/cmac
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-4/+4
* 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-292-4/+4
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-282-4/+6
* 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-132-2/+2
* Use size_t for BufferedComputation::add_datalloyd2010-10-122-8/+8
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-6/+6
* More Doxygen commentslloyd2010-06-161-1/+9
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-4/+4
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-2/+2
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-38/+42
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-092-2/+2
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-1/+1
* Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2lloyd2008-09-302-1/+9
* Remove lookup dependency on CMAC: takes a BlockCipher as constructor arglloyd2008-09-302-12/+12
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move all modules into src/ directorylloyd2008-09-283-0/+203