summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4bae53b..c48426e 100644
--- a/README.md
+++ b/README.md
@@ -55,10 +55,15 @@ See `java -jar ECTester.jar -h` for more.
-o,--output <output_file> Output into file <output_file>.
-l,--log <log_file> Log output into file [log_file].
-v,--verbose Turn on verbose logging.
+ --format <format> Output format to use.
-f,--fresh Generate fresh keys (set domain
parameters before every generation).
-s,--simulate Simulate a card with jcardsim instead
of using a terminal.
+ -y,--yes Accept all warnings and prompts.
+ -ka,--ka-type <type> Set KeyAgreement object [type],
+ corresponds to JC.KeyAgreement
+ constants.
```
### Actions
@@ -68,14 +73,14 @@ See `java -jar ECTester.jar -h` for more.
Exports the default curves (if any) that are preset on the card.
Use with `-o / --output [out_file]` to output the curve parameters to a file.
-For format of this file see [FORMAT](FORMAT.md).
+For format of this file see [FORMAT](docs/FORMAT.md).
#### Test
`-t / --test [test_suite]`
Perform support and performance tests of ECC.
-For more info about the test suites see [TESTS](TESTS.md).
+For more info about the test suites see [TESTS](docs/TESTS.md).
#### Generate
`-g / --generate [amount]`
@@ -108,7 +113,7 @@ With the format: `category/name`.
For example:
`secg/secp192r1` identifies the SECG 192 bit prime field curve known as `secp192r1`.
-For more info about the curves see [CURVES](CURVES.md).
+For more info about the curves see [CURVES](docs/CURVES.md).
### Example