diff options
| author | J08nY | 2017-09-30 17:46:16 +0200 |
|---|---|---|
| committer | J08nY | 2017-09-30 17:46:16 +0200 |
| commit | d33bf16d87b7a9261e25d7ebe7a084570f3f5046 (patch) | |
| tree | 2514ac3e59f34e05f3c1f03dc30a11ed0bf0513d /README.md | |
| parent | 5658389849ad450bbafd54f12f0d2d05ac7bff93 (diff) | |
| download | ecgen-d33bf16d87b7a9261e25d7ebe7a084570f3f5046.tar.gz ecgen-d33bf16d87b7a9261e25d7ebe7a084570f3f5046.tar.zst ecgen-d33bf16d87b7a9261e25d7ebe7a084570f3f5046.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |
