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