aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJ08nY2017-09-30 17:46:16 +0200
committerJ08nY2017-09-30 17:46:16 +0200
commitd33bf16d87b7a9261e25d7ebe7a084570f3f5046 (patch)
tree2514ac3e59f34e05f3c1f03dc30a11ed0bf0513d /README.md
parent5658389849ad450bbafd54f12f0d2d05ac7bff93 (diff)
downloadecgen-d33bf16d87b7a9261e25d7ebe7a084570f3f5046.tar.gz
ecgen-d33bf16d87b7a9261e25d7ebe7a084570f3f5046.tar.zst
ecgen-d33bf16d87b7a9261e25d7ebe7a084570f3f5046.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4af1df6..047c610 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@ Tool for generating Elliptic curve domain parameters.
- `-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` **TODO - NOT FINISHED**
+ - `-k / --cofactor=BOUND` Generate a curve with cofactor up to `BOUND`.
- `--anomalous` Generate an anomalous curve (of trace one, with field order equal to curve order).
- - `-K / --koblitz` Generate a Koblitz curve (a = 0).
+ - `-K / --koblitz[=A]` Generate a Koblitz curve (a in {0, 1}, b = 1).
- `-n / --order=ORDER` Generate a curve with given `ORDER` (using Complex Multiplication). **TODO - NOT IMPLEMENTED**
- `-p / --prime` Generate a curve with prime order.
- `--points=TYPE` Generate points of given `TYPE` (random/prime/all/nonprime/none).