aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/exhaustive.h
Commit message (Collapse)AuthorAgeFilesLines
* Use exhaustive generation of some params in CM generation.J08nY2018-07-091-0/+7
|
* Add direcory names to include guards.J08nY2018-03-031-3/+3
|
* Update copyright year.J08nY2018-01-011-1/+1
|
* Add hex check to cli.J08nY2017-10-191-1/+2
|
* Format and update README.J08nY2017-10-141-2/+2
|
* Make config_t *cfg a global variable.J08nY2017-10-141-13/+6
| | | | | | 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.
* Document more files.J08nY2017-10-081-26/+3
|
* Add new/create/free funcs for malloced exhaustive_t.J08nY2017-09-301-0/+29
|
* Add check_t that contains more check_f functions.J08nY2017-09-291-1/+4
|
* Rename check_t -> check_f.J08nY2017-09-291-1/+1
|
* Rename unroll_t -> unroll_f.J08nY2017-09-291-2/+2
|
* Rename gen_t -> gen_f.J08nY2017-09-291-1/+1
|
* Introduce check_t func.J08nY2017-09-291-10/+13
|
* Move some files into src/misc.J08nY2017-09-191-1/+1
|
* Move stuff related to generators to src/gen.J08nY2017-05-311-1/+1
|
* Added unroll functions, to generalize going back in exhaustive generationJ08nY2017-04-101-2/+12
|
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-5/+5
| | | | | | | | | | | | 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)
* Add exhaustive_gen_retry, fix infinite loop, add retry limit to exhaustive genJ08nY2017-04-051-0/+15
|
* Rename and reformatJ08nY2017-03-091-1/+1
|
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-1/+2
| | | | | | | | | | | | | | - Optimized invalid curve generation - Invalid curve generation for secp256r1 now takes around 90minutes instead of 5hours as before - Optimized prime point generation(if only some small prime order points are needed -> points_primet) - Added a_once and b_once that prompt for parameter input and then set the input parameter repeatedly - Added optional args to gen_t functions - Integer input now ignores whitespace and doesnt errorneously prompt stdout when reading from file - Specified C standard(C11) + feature macros in code.
* Added some docs + DoxyfileJ08nY2017-02-151-0/+3
|
* Implemented invalid curve generationJ08nY2017-02-141-0/+12
|
* Properly split into submodulesJ08nY2017-02-101-0/+17