aboutsummaryrefslogtreecommitdiff
path: root/src/io/cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add notice about not finished/implemented parts to READMEJ08nY2017-05-201-29/+29
* Fix missing break in --threads handlingJ08nY2017-05-191-0/+1
* Pad output hex to field size (both json and csv)J08nY2017-05-021-0/+2
* Merge branch 'cm'J08nY2017-05-011-5/+20
|\
| * Begin CM workJ08nY2017-04-211-5/+20
* | Add some docs, move them to /docs, clean-up includesJ08nY2017-04-271-1/+0
|/
* Moved curve output in multi-threaded invalid curve generation to master threadJ08nY2017-04-101-1/+1
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-12/+49
* Fix binary field curve generation, move config into config.hJ08nY2017-04-071-0/+1
* Fix curve generation over binary fields, cleanup CMakelistsJ08nY2017-04-061-1/+1
* Fix some leaks, add option to specify PARI stack sizeJ08nY2017-04-051-3/+23
* Added option to request no points on the curveJ08nY2017-03-251-1/+3
* Fixed generation with cofactor.J08nY2017-03-251-0/+1
* Rename and reformatJ08nY2017-03-091-57/+83
* Added requested points type option + count optionJ08nY2017-03-011-2/+19
* Added option to request uniquely generated curves.J08nY2017-02-281-66/+61
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-15/+28
* Implemented json output, also output format option (-t/--format)J08nY2017-02-151-24/+41
* Added point generation:J08nY2017-02-141-14/+22
* Implemented invalid curve generationJ08nY2017-02-141-15/+15
* cli: Fix help find&replace error.J08nY2017-02-131-1/+1
* Properly split into submodulesJ08nY2017-02-101-26/+26
* Seperated different generation methods into modules.J08nY2017-02-091-0/+139