aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-01-02 18:11:17 +0100
committerJ08nY2017-01-02 18:11:17 +0100
commit3d9bf583ccc5eea61c5f78f52d1e2073daee924c (patch)
treea14313b7661182b2e9e32ee3426ac0e0f7cfcbaf
parentdbcf13575a602a62871c2d2ca3196ee93d3fe3b7 (diff)
downloadecgen-3d9bf583ccc5eea61c5f78f52d1e2073daee924c.tar.gz
ecgen-3d9bf583ccc5eea61c5f78f52d1e2073daee924c.tar.zst
ecgen-3d9bf583ccc5eea61c5f78f52d1e2073daee924c.zip
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4b4ce23..28108b4 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,11 @@ required for ecgen.
```
gen.sh [-l|-s|-p] [num_curves] [prime_size] [timeout]
```
-*p* is `prime_size` bits prime number, *a* and *b* are `prime_size` bits
-random numbers.
-This script will generate `num_curves` curves with random parameters.
+This script will generate `num_curves` curves with random `prime_size` bit size parameters.
It requires a timeout value, as the curve order computation can get really
slow for some unfortunate curve parameters, it is therefore more effective
to skip those after some timeout.
+The `-l -s -p` options correspond to ecgen options.
### Build
```