aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test/CardCompressionSuite.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/CardCompressionSuite.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/CardCompressionSuite.java')
-rw-r--r--src/cz/crcs/ectester/reader/test/CardCompressionSuite.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cz/crcs/ectester/reader/test/CardCompressionSuite.java b/src/cz/crcs/ectester/reader/test/CardCompressionSuite.java
index c86c0b1..9eed814 100644
--- a/src/cz/crcs/ectester/reader/test/CardCompressionSuite.java
+++ b/src/cz/crcs/ectester/reader/test/CardCompressionSuite.java
@@ -28,7 +28,7 @@ import java.util.Map;
*/
public class CardCompressionSuite extends CardTestSuite {
public CardCompressionSuite(TestWriter writer, ECTesterReader.Config cfg, CardMngr cardManager) {
- super(writer, cfg, cardManager, "compression", "The compression test suite tests cards support for compressed points in ECDH (as per ANSI X9.62).",
+ super(writer, cfg, cardManager, "compression", null, "The compression test suite tests cards support for compressed points in ECDH (as per ANSI X9.62).",
"It also tests for handling of bogus input in ECDH by using the point at infinity and a hybrid point with the y coordinate corrupted.",
"It also tests handling of compressed point in ECDH, where the x coordinate is invalid and therefore",
"a quadratic non-residue will be computed and (square root-ed) during decompression.");