aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
diff options
context:
space:
mode:
authorJ08nY2017-11-15 01:00:13 +0100
committerJ08nY2017-11-15 01:00:13 +0100
commit7758239163e6c81f985fa4e33ad1c0cb57627f0e (patch)
treef2f548c8222bb4a223421dcab6630f720365487b /src/cz/crcs/ectester/standalone/ECTesterStandalone.java
parent82a0399051d3bc059deb6923512092b31971d352 (diff)
downloadECTester-7758239163e6c81f985fa4e33ad1c0cb57627f0e.tar.gz
ECTester-7758239163e6c81f985fa4e33ad1c0cb57627f0e.tar.zst
ECTester-7758239163e6c81f985fa4e33ad1c0cb57627f0e.zip
Add Tree-like CLI parsing utilities.
Diffstat (limited to '')
-rw-r--r--src/cz/crcs/ectester/standalone/ECTesterStandalone.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
index e8998ff..99253cc 100644
--- a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
+++ b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
@@ -1,8 +1,7 @@
package cz.crcs.ectester.standalone;
-import cz.crcs.ectester.applet.EC_Consts;
-import cz.crcs.ectester.common.CLITools;
-import cz.crcs.ectester.common.ec.EC_Curve;
+import cz.crcs.ectester.common.cli.CLITools;
+import cz.crcs.ectester.common.test.Result;
import cz.crcs.ectester.data.EC_Store;
import cz.crcs.ectester.standalone.consts.KeyPairGeneratorIdent;
import cz.crcs.ectester.standalone.libs.BouncyCastleLib;