From 3d9bf583ccc5eea61c5f78f52d1e2073daee924c Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 2 Jan 2017 18:11:17 +0100 Subject: README: fix some usage information --- README.md | 5 ++--- 1 file 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 ``` -- cgit v1.3.1