aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJ08nY2018-07-02 18:04:15 +0200
committerJ08nY2018-07-02 18:08:52 +0200
commit26d89788658df8a65eebc64eff021882efc1e819 (patch)
tree4116b1354f569a8955f6ce7c098ffaa874b89a4c /README.md
parentf2b30a0bdbc46c3c7651ea0efb657d99a7369447 (diff)
downloadecgen-26d89788658df8a65eebc64eff021882efc1e819.tar.gz
ecgen-26d89788658df8a65eebc64eff021882efc1e819.tar.zst
ecgen-26d89788658df8a65eebc64eff021882efc1e819.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6bb216..37d6402 100644
--- a/README.md
+++ b/README.md
@@ -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.