aboutsummaryrefslogtreecommitdiff
path: root/src/invalid/invalid.h
Commit message (Collapse)AuthorAgeFilesLines
* Make config_t *cfg a global variable.J08nY2017-10-141-2/+1
| | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable.
* Move some files into src/misc.J08nY2017-09-191-1/+1
|
* Add some docs, move them to /docs, clean-up includesJ08nY2017-04-271-1/+0
|
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-3/+3
| | | | | | | | | | | | Invalid curve generation now supports multi-threading via pthreads, use the --threads= option. - Changed some function params to const, where possible. - Added *_new_copy, *_clone and *_new_clone functions to curve_t*, point_t* and point_t** - Made cfg->bits unsigned long - Made order_any gcopy the generated order(as it can be a clone and screw up stuff later)
* Fix binary field curve generation, move config into config.hJ08nY2017-04-071-0/+1
|
* Added some docs + DoxyfileJ08nY2017-02-151-0/+3
|
* Properly split into submodulesJ08nY2017-02-101-0/+9
|
* Seperated different generation methods into modules.J08nY2017-02-091-0/+8
- Added Koblitz curve generation.