aboutsummaryrefslogtreecommitdiff
path: root/util/run_test_suite.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup docs.J08nY2024-03-291-81/+0
|
* Test with default curve if possible.davidhofman2021-12-091-9/+16
| | | | | | | | | | | | | | | Final changes to the new test suites and scripts. (#16) * Final changes in some of the test suites. * Final changes to testing scripts. * Roll back recent changes in the cofactor test suite. * Change key generation method in Degenerate, Invalid, and Twist test suites. * Small cosmetic change to the edge-cases test suite. * Small change to run_test_suite.sh
* Add 2 scripts for testing libraries. Change suites to prevent error in some ↵davidhofman2021-10-081-0/+74
libraries. (#14) * Add two scripts for testing libraries. * Fix KeyAgreement phase already executed error * Small change to the new testing script. * Fix comments in Composite suite.