aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJ08nY2017-04-12 22:32:31 +0200
committerJ08nY2017-04-12 22:32:31 +0200
commit871e137f7ac939535427221c37b66d8b1c3f69b5 (patch)
tree6884c5154cd59e16766ecfffeb41870b4454da7f /README.md
parent7e4094a03816f84b39720638fbcd74b601065bac (diff)
downloadecgen-871e137f7ac939535427221c37b66d8b1c3f69b5.tar.gz
ecgen-871e137f7ac939535427221c37b66d8b1c3f69b5.tar.zst
ecgen-871e137f7ac939535427221c37b66d8b1c3f69b5.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index a2fc85e..9c452a0 100644
--- a/README.md
+++ b/README.md
@@ -13,29 +13,29 @@ Tool for generating Elliptic curve domain parameters.
#### Generation options
- - `-c`, `--count=COUNT` Generate multiple curves.
- - `-i`, `--invalid` Generate a set of invalid curves, for a given curve (using Invalid curve algorithm).
- - `-k`, `--cofactor=BOUND` Generate a curve with cofactor up to `BOUND`
- - `-K`, `--koblitz` Generate a Koblitz curve (a = 0).
- - `-n`, `--order=ORDER` Generate a curve with given `ORDER` (using Complex Multiplication).
- - `-p`, `--prime` Generate a curve with prime order.
+ - `-c / --count=COUNT` Generate multiple curves.
+ - `-i / --invalid` Generate a set of invalid curves, for a given curve (using Invalid curve algorithm).
+ - `-k / --cofactor=BOUND` Generate a curve with cofactor up to `BOUND`
+ - `-K / --koblitz` Generate a Koblitz curve (a = 0).
+ - `-n / --order=ORDER` Generate a curve with given `ORDER` (using Complex Multiplication).
+ - `-p / --prime` Generate a curve with prime order.
- `--points=TYPE` Generate points of given `TYPE` (random/prime/none).
- - `-r`, `--random` Generate a random curve (using Random approach).
- - `-s`, `--seed[=SEED]` Generate a curve from `SEED` (ANSI X9.62 verifiable procedure).
- - `-u`, `--unique` Generate a curve with only one generator.
+ - `-r / --random` Generate a random curve (using Random approach).
+ - `-s / --seed[=SEED]` Generate a curve from `SEED` (ANSI X9.62 verifiable procedure).
+ - `-u / --unique` Generate a curve with only one generator.
#### IO options
- - `-a`, `--append` Append to output file (don't overwrite).
- - `-f`, `--input=FILE` Input from `FILE`.
- - `-o`, `--output=FILE` Output into `FILE`. Overwrites any existing file!
- - `-t`, `--format=FORMAT` Format to output in. One of [csv,json], default is json.
- - `-v`, `--verbose[=FILE]` Verbose logging (to stdout or `FILE`).
+ - `-a / --append` Append to output file (don't overwrite).
+ - `-f / --input=FILE` Input from `FILE`.
+ - `-o / --output=FILE` Output into `FILE`. Overwrites any existing file!
+ - `-t / --format=FORMAT` Format to output in. One of [csv,json], default is json.
+ - `-v / --verbose[=FILE]` Verbose logging (to stdout or `FILE`).
#### Other
- - `-d`, `--data-dir=DIR` Set PARI/GP data directory (containing seadata package).
- - `-m`, `--memory=SIZE` Use PARI stack of `SIZE` (can have suffix k/m/g).
+ - `-d / --data-dir=DIR` Set PARI/GP data directory (containing seadata package).
+ - `-m / --memory=SIZE` Use PARI stack of `SIZE` (can have suffix k/m/g).
- `--thread-stack=SIZE` Use PARI stack of `SIZE` (per thread, can have suffix k/m/g).
- `--threads=NUM` Use `NUM` threads.