diff options
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | docs/CURVES.md (renamed from CURVES.md) | 0 | ||||
| -rw-r--r-- | docs/FORMAT.md (renamed from FORMAT.md) | 0 | ||||
| -rw-r--r-- | docs/TESTS.md (renamed from TESTS.md) | 0 |
4 files changed, 3 insertions, 3 deletions
@@ -73,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]` @@ -113,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 diff --git a/CURVES.md b/docs/CURVES.md index d1749df..d1749df 100644 --- a/CURVES.md +++ b/docs/CURVES.md diff --git a/FORMAT.md b/docs/FORMAT.md index b68db39..b68db39 100644 --- a/FORMAT.md +++ b/docs/FORMAT.md |
