aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
diff options
context:
space:
mode:
authorJ08nY2019-02-25 11:19:43 +0100
committerJ08nY2019-02-25 11:19:43 +0100
commitf535cb56d88e2bcc17dde1f15d021a17d1f1f511 (patch)
treea3ca58e9c4ab439dfbd31f0e20fb2b4e5b998cc5 /src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
parent30a9dd7ee490cae6c0fcbdb093439f203e8670e1 (diff)
downloadECTester-f535cb56d88e2bcc17dde1f15d021a17d1f1f511.tar.gz
ECTester-f535cb56d88e2bcc17dde1f15d021a17d1f1f511.tar.zst
ECTester-f535cb56d88e2bcc17dde1f15d021a17d1f1f511.zip
Allow endless ECDSA and ECDH running, add info on test options to help.
Diffstat (limited to 'src/cz/crcs/ectester/reader/test/CardCofactorSuite.java')
-rw-r--r--src/cz/crcs/ectester/reader/test/CardCofactorSuite.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java b/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
index 982e07a..4a8fcc0 100644
--- a/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
+++ b/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
@@ -25,7 +25,7 @@ import static cz.crcs.ectester.common.test.Result.ExpectedValue;
*/
public class CardCofactorSuite extends CardTestSuite {
public CardCofactorSuite(TestWriter writer, ECTesterReader.Config cfg, CardMngr cardManager) {
- super(writer, cfg, cardManager, "cofactor", "The cofactor test suite tests whether the card correctly rejects points on the curve",
+ super(writer, cfg, cardManager, "cofactor", new String[]{"preset"}, "The cofactor test suite tests whether the card correctly rejects points on the curve",
"but not in the subgroup generated by the generator(so of small order, dividing the cofactor) during ECDH.");
}