aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
diff options
context:
space:
mode:
authorJ08nY2018-12-21 15:00:11 +0100
committerJ08nY2018-12-21 15:00:11 +0100
commita9602aa2f8a9fddcb46bbd310ee9896ed5451758 (patch)
tree5982f34dec776f672f74a5b14a31ae4dde5223ab /src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
parent4e67d9eddb478aadc6fda39dcef43b2a25e28d4e (diff)
downloadECTester-a9602aa2f8a9fddcb46bbd310ee9896ed5451758.tar.gz
ECTester-a9602aa2f8a9fddcb46bbd310ee9896ed5451758.tar.zst
ECTester-a9602aa2f8a9fddcb46bbd310ee9896ed5451758.zip
Update documentation.
Diffstat (limited to '')
-rw-r--r--src/cz/crcs/ectester/reader/test/CardCofactorSuite.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java b/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
index 172c8af..5c22607 100644
--- a/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
+++ b/src/cz/crcs/ectester/reader/test/CardCofactorSuite.java
@@ -25,7 +25,8 @@ 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 but not in the subgroup generated by the generator during ECDH.");
+ super(writer, cfg, cardManager, "cofactor", "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.");
}
@Override