aboutsummaryrefslogtreecommitdiffstats
path: root/src/cbc_mac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modularize CBC-MAClloyd2008-09-281-109/+0
* Where bit_ops.h was used to get xor_buf, include xor_buf.h insteadlloyd2008-09-021-1/+1
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Use the OUTPUT_LENGTH constant instead of assuming the block size of the cipherlloyd2007-09-171-6/+7
* Check in an initial implementation of CBC-MAC.lloyd2007-09-161-0/+108