summaryrefslogtreecommitdiff
path: root/src/invalid/invalid_thread.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change invalid curve generation thread argument passingJ08nY2017-04-161-0/+1
|
* Added unroll functions, to generalize going back in exhaustive generationJ08nY2017-04-101-0/+1
|
* Moved curve output in multi-threaded invalid curve generation to master threadJ08nY2017-04-101-1/+0
| | | | | | - Fixed mutex and cond destroy - Added debug() macro - Renamed debug out stream to verbose
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-0/+38
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)