aboutsummaryrefslogtreecommitdiffstats
path: root/src/def_alg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Check in an initial implementation of CBC-MAC.lloyd2007-09-161-0/+2
| | | | | | | The test vectors were generated by Crypto++ 5.5 on a Linux/x86-64 machine. Test vectors for CBC-MAC(DES) all pass, for inputs up to 63 bytes. For CBC-MAC(AES-128), all test vectors with inputs over 10 bytes fail to verify against what Crypto++ produces. Unknown at this time where the bug lies.
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Use .empty() instead of comparing .size() to 0 in a few cases, andlloyd2006-05-271-6/+6
| | | | | reorder an if statement for better readability.
* Initial checkin1.5.6lloyd2006-05-181-0/+267