From f535cb56d88e2bcc17dde1f15d021a17d1f1f511 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 25 Feb 2019 11:19:43 +0100 Subject: Allow endless ECDSA and ECDH running, add info on test options to help. --- src/cz/crcs/ectester/reader/test/CardCompressionSuite.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cz/crcs/ectester/reader/test/CardCompressionSuite.java') 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."); -- cgit v1.2.3-70-g09d2