Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the OUTPUT_LENGTH constant instead of assuming the block size of the cipher | lloyd | 2007-09-17 | 1 | -6/+7 |
| | | | | is 64 bits. | ||||
* | Check in an initial implementation of CBC-MAC. | lloyd | 2007-09-16 | 1 | -0/+108 |
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. |