diff options
| author | J08nY | 2017-02-06 04:20:56 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-06 04:20:56 +0100 |
| commit | 96bf13d11b595aabf514c706adcf57aefc660a1f (patch) | |
| tree | 995e149e650bc4981bb8ca05862a028be03a7827 /README.md | |
| parent | 763fc80153c5e9287f1b0f0609b11fb4f50c90ab (diff) | |
| download | ecgen-96bf13d11b595aabf514c706adcf57aefc660a1f.tar.gz ecgen-96bf13d11b595aabf514c706adcf57aefc660a1f.tar.zst ecgen-96bf13d11b595aabf514c706adcf57aefc660a1f.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -14,7 +14,7 @@ ecgen --fp/--f2m -r BITS - `-o/--output FILE` writes output to `FILE`. - `-i/--input FILE` reads input from `FILE`. - `-a/--append` appends to output file(doesn't overwrite it). - - `-d/--datadir DIR` specifies the PARI/GP datadir containing the `seadata` and `elldata` packages. + - `-d/--datadir DIR` specifies the PARI/GP datadir containing the `seadata` package. ### Build ``` @@ -24,8 +24,14 @@ make ``` ### Requirements + - PARI/GP + - parson + ecgen uses the [PARI/GP](http://pari.math.u-bordeaux.fr/) library for elliptic -curve arithmetic and it's SEA point counting algorithm implementation. +curve arithmetic and it's SEA point counting algorithm implementation. It also requires the +additional [seadata](http://pari.math.u-bordeaux.fr/packages.html) package (seadata and seadata-big recommended for large curves). + +[parson](https://github.com/kgabis/parson) is used to output curve parameters in JSON format. ### License ``` |
