aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/800-38a.json (unfollow)
Commit message (Collapse)Author
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 test vectors from NIST 800-38AEgor Tensin