diff options
| author | Ján Jančár | 2023-10-14 17:46:49 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-14 17:46:49 +0200 |
| commit | 2e3711e65ff73d3b0c709f7f92fab5532a6fe81a (patch) | |
| tree | e0053c646756c707493863843c6f0a140136f734 /README.md | |
| parent | a2329a559495573601c24659dc1924735362fe8f (diff) | |
| parent | 2858faa982718c94db16ca65e8b428d764053fb6 (diff) | |
| download | ecgen-2e3711e65ff73d3b0c709f7f92fab5532a6fe81a.tar.gz ecgen-2e3711e65ff73d3b0c709f7f92fab5532a6fe81a.tar.zst ecgen-2e3711e65ff73d3b0c709f7f92fab5532a6fe81a.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
