aboutsummaryrefslogtreecommitdiff
path: root/src/io/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move some files into src/misc.J08nY2017-09-191-67/+0
|
* Output seed in JSON format output.J08nY2017-09-191-1/+1
|
* Add proper support for Koblitz curves generation.J08nY2017-07-201-0/+1
|
* Fix formatting.J08nY2017-06-011-1/+7
|
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-011-1/+1
| | | | - Use --points=nonprime
* Added generating of points on all subgroups of a curve.J08nY2017-05-231-1/+1
| | | | | - Use --points=all, the number of points can be quite large however, it's 2^(num of prime subgroups of the curve).
* Pad output hex to field size (both json and csv)J08nY2017-05-021-0/+1
|
* Begin CM workJ08nY2017-04-211-1/+2
|
* Moved curve output in multi-threaded invalid curve generation to master threadJ08nY2017-04-101-1/+1
| | | | | | - Fixed mutex and cond destroy - Added debug() macro - Renamed debug out stream to verbose
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-1/+4
| | | | | | | | | | | | 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/+55