diff options
| author | J08nY | 2018-07-02 18:04:15 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-02 18:08:52 +0200 |
| commit | 26d89788658df8a65eebc64eff021882efc1e819 (patch) | |
| tree | 4116b1354f569a8955f6ce7c098ffaa874b89a4c /README.md | |
| parent | f2b30a0bdbc46c3c7651ea0efb657d99a7369447 (diff) | |
| download | ecgen-26d89788658df8a65eebc64eff021882efc1e819.tar.gz ecgen-26d89788658df8a65eebc64eff021882efc1e819.tar.zst ecgen-26d89788658df8a65eebc64eff021882efc1e819.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,7 @@ Tool for generating Elliptic curve domain parameters. #### Generation methods - `--anomalous` Generate an anomalous curve (of trace one, with field order equal to curve order). + - `--supersingular` Generate a supersingular curve. - `-i / --invalid` Generate a set of invalid curves, for a given curve (using Invalid curve algorithm). - `-n / --order=ORDER` Generate a curve with given `ORDER` (using Complex Multiplication). - `-s / --ansi[=SEED]` Generate a curve from `SEED` (ANSI X9.62 verifiable procedure). @@ -196,6 +197,10 @@ Four different EC curve parameters generation methods are implemented. - [Constructing elliptic curves of prescribed order - [Broker (thesis)]](https://openaccess.leidenuniv.nl/bitstream/handle/1887/4425/Thesis.pdf) - [Generating Elliptic Curves of Prime Order - [Savas, Schmidt, Koc]](http://people.oregonstate.edu/~schmidtt/ourPapers/SavasKoc/ches01curve.pdf) +#### Supersingular curves + + - [CONSTRUCTING SUPERSINGULAR ELLIPTIC CURVES - [Broker]](https://pdfs.semanticscholar.org/56c5/5b9cf0b218f93b8d263cc9f64ccb5fb97f52.pdf) + #### Anomalous curve generation - Generates curves of order equal to field order. |
