Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check in an initial implementation of CBC-MAC. | lloyd | 2007-09-16 | 1 | -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 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Use .empty() instead of comparing .size() to 0 in a few cases, and | lloyd | 2006-05-27 | 1 | -6/+6 |
| | | | | | reorder an if statement for better readability. | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+267 |