diff options
| author | J08nY | 2018-10-15 18:26:11 +0200 |
|---|---|---|
| committer | J08nY | 2018-10-15 18:26:11 +0200 |
| commit | 7e9917742785a9fd532a52231e95ddad5775555f (patch) | |
| tree | 8cf924dfcfc0bc037a1abd0da12052ac80a974ea /src/cz/crcs/ectester/standalone/ECTesterStandalone.java | |
| parent | ee13937d70383e925cf32858e73d89a6c18bf7f0 (diff) | |
| download | ECTester-0.3.0.tar.gz ECTester-0.3.0.tar.zst ECTester-0.3.0.zip | |
Diffstat (limited to 'src/cz/crcs/ectester/standalone/ECTesterStandalone.java')
| -rw-r--r-- | src/cz/crcs/ectester/standalone/ECTesterStandalone.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java index 364fde4..1d7b821 100644 --- a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java +++ b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java @@ -63,7 +63,7 @@ import java.util.stream.Collectors; * Standalone part of ECTester, a tool for testing Elliptic curve implementations in software libraries. * * @author Jan Jancar johny@neuromancer.sk - * @version v0.2.0 + * @version v0.3.0 */ public class ECTesterStandalone { private ProviderECLibrary[] libs = new ProviderECLibrary[]{new SunECLib(), new BouncyCastleLib(), new TomcryptLib(), new BotanLib(), new CryptoppLib(), new OpensslLib(), new MscngLib()}; @@ -72,7 +72,7 @@ public class ECTesterStandalone { private Options opts = new Options(); private TreeParser optParser; private TreeCommandLine cli; - public static final String VERSION = "v0.2.0"; + public static final String VERSION = "v0.3.0"; private static final String DESCRIPTION = "ECTesterStandalone " + VERSION + ", an Elliptic Curve Cryptography support tester/utility."; private static final String LICENSE = "MIT Licensed\nCopyright (c) 2016-2018 Petr Svenda <petr@svenda.com>"; private static final String CLI_HEADER = "\n" + DESCRIPTION + "\n\n"; |
