aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/block/serpent.vec
Commit message (Collapse)AuthorAgeFilesLines
* Remove ECB modeJack Lloyd2016-12-041-0/+4
| | | | | | | Not a good thing to offer at this level. If you know what you are doing for the strange special case where it is necessary, the raw BlockCipher interface is available and probably more convenient.
* Add cpuid overload to test frameworkJack Lloyd2016-09-151-0/+3
|
* Merge asm into single mp_madd.h and mp_asmi.h filesJack Lloyd2016-07-211-0/+4
| | | | | | | Avoids some cut and paste, also removes the need for special logic in configure.py for handling mp module specially. Merge SIMD classes into a single type SIMD_4x32
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+4177
the tests and botan for everything else.