aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/block/cast128.vec
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in CAST-128 affecting 11, 13, 14, or 15 byte keysJack Lloyd2019-08-261-0/+24
| | | | | | | | With keys not a multiple of 4 bytes, the zero bytes ended up in the wrong place. In the unlikely event anyone was affected by this they could just use the equivalent 16 byte key. Closes #2081
* Correct CAST-128 decryption with more than 1 blockJack Lloyd2017-11-161-0/+4
|
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+165
the tests and botan for everything else.