aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJán Jančár2023-10-14 17:46:49 +0200
committerGitHub2023-10-14 17:46:49 +0200
commit2e3711e65ff73d3b0c709f7f92fab5532a6fe81a (patch)
treee0053c646756c707493863843c6f0a140136f734 /README.md
parenta2329a559495573601c24659dc1924735362fe8f (diff)
parent2858faa982718c94db16ca65e8b428d764053fb6 (diff)
downloadecgen-2e3711e65ff73d3b0c709f7f92fab5532a6fe81a.tar.gz
ecgen-2e3711e65ff73d3b0c709f7f92fab5532a6fe81a.tar.zst
ecgen-2e3711e65ff73d3b0c709f7f92fab5532a6fe81a.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b2b48c..d8d13ac 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Tool for generating Elliptic curve domain parameters.
- `-s / --ansi[=SEED]` Generate a curve from `SEED` (ANSI X9.62 verifiable procedure).
- `-b / --brainpool[=SEED]`Generate a curve using the Brainpool verifiably pseudorandom algorithm from the original paper.
- `--brainpool-rfc[=SEED]` Generate a curve using the Brainpool verifiably pseudorandom algorithm as per RFC 5639.
+ - `--nums` Generate a curve using the NUMS procedure (as per draft-black-numscurves-02).
- `--twist` Generate a twist of a given curve.
#### Generation options
@@ -34,6 +35,7 @@ Tool for generating Elliptic curve domain parameters.
- `--points=TYPE` Generate points of given `TYPE` (random/prime/all/nonprime/none).
- `-r / --random` Generate a random curve (using Random approach).
- `-u / --unique` Generate a curve with only one generator.
+ - `--hex-check=HEX` Generate a curve with `HEX` string in the hex expansion of its parameters.
- `--metadata` Compute the curve metadata (j-invariant, discriminant, trace of Frobenius, CM discriminant, embedding degree)
#### IO options