aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/README.md (unfollow)
Commit message (Collapse)Author
2019-12-21test/README: fix broken linkEgor Tensin
2017-01-22nist-sp-800-38a.py -> nist.pyEgor Tensin
2016-10-10README updatesEgor Tensin
2016-07-19README updatesEgor Tensin
2016-07-18README updatesEgor Tensin
2016-06-25README updatesEgor Tensin
2016-06-21README updatesEgor Tensin
2016-05-22README updatesEgor Tensin
2016-05-21README updatesEgor Tensin
2016-05-19test: README updateEgor Tensin
2015-10-24test/file.py: more testsEgor Tensin
2015-10-23README updatesEgor Tensin
2015-07-12README updatesEgor Tensin
2015-07-07README updatesEgor Tensin
2015-06-25merge specialized block utils into general onesEgor Tensin
... taking advantage of the new template interface.
2015-06-24move executables from test/ to utils/Egor Tensin
2015-06-24test: locate executables in PATHEgor Tensin
2015-06-20README updatesEgor Tensin
2015-06-18test: README updateEgor Tensin
2015-06-11test: README updateEgor Tensin
2015-06-10test: README updateEgor Tensin
2015-06-10README updatesEgor Tensin
2015-06-09add KAT vectors from the CAVPEgor Tensin
2015-06-09test/800-38a.py: get rid of unittestEgor Tensin
2015-06-08test: refactoringEgor Tensin
* Test vectors are now stored in the Python script rather than in a JSON file. * The tests are now really Python's unittest `TestCase`s, allowing (at least in the future) to discover and run them automatically. * Use logging from the standard library for logging. * Bugfix & refactoring.
2015-06-04test: add READMEEgor Tensin