aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/nist-sp-800-38a.py (unfollow)
Commit message (Collapse)Author
2015-06-11test: bugfixEgor Tensin
2015-06-11test: 800-38a.py -> nist-sp-800-38a.pyEgor Tensin
2015-06-09test/800-38a.py: get rid of unittestEgor Tensin
2015-06-09test/800-38a.py: change default log file nameEgor Tensin
2015-06-09test/800-38a.py: more verbose loggingEgor 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-06test/800-38a.py: bugfixEgor Tensin
Don't stop testing if a mismatch was encountered.
2015-06-04test: bugfixEgor Tensin
2015-06-04test: add test vectors from NIST 800-38AEgor Tensin