aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/aead/eax.vec
Commit message (Collapse)AuthorAgeFilesLines
* Add Wycheproof EAX test casesJack Lloyd2016-12-211-18/+170
|
* Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEAJack Lloyd2016-09-021-512/+0
| | | | | XTEA was also deprecated but has been spared, it does seem to be somewhat common (eg, included in the Go x/crypto library)
* Add the CMAC constants for 256 and 512 bit block cipherslloyd2014-02-021-0/+9
| | | | | Also add test vectors for Threefish-512 CMAC and EAX, both generated by the library.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+1460
the tests and botan for everything else.