summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/test/CompoundTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-271-1/+6
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Simplify the edge-cases test suite and provide better analysis of results.J08nY2018-05-271-42/+33
|
* Fix wrong test suite evaluation.J08nY2018-04-251-0/+8
|
* Better evaluate results of compound test in some test suites.J08nY2018-03-061-0/+37
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-20/+82
|
* Add more tests to the Wrong test suite.J08nY2018-02-041-1/+1
| | | | | | | | | | | | - Now tests also for: - Fp: - p = 0 - p = 1 - p = q^2; q prime - p = q * s; q and s primes - F2m: - e1 = e2 = e3 = 0 - m < e1 < e2 < e3
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-201-1/+3
|
* Simplify default test suite.J08nY2018-01-131-3/+4
|
* Split test package into common.J08nY2017-11-101-0/+108