| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use exhaustive generation of some params in CM generation. | J08nY | 2018-07-09 | 1 | -0/+7 |
| | | |||||
| * | Add direcory names to include guards. | J08nY | 2018-03-03 | 1 | -3/+3 |
| | | |||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add hex check to cli. | J08nY | 2017-10-19 | 1 | -1/+2 |
| | | |||||
| * | Format and update README. | J08nY | 2017-10-14 | 1 | -2/+2 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -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. | J08nY | 2017-10-08 | 1 | -26/+3 |
| | | |||||
| * | Add new/create/free funcs for malloced exhaustive_t. | J08nY | 2017-09-30 | 1 | -0/+29 |
| | | |||||
| * | Add check_t that contains more check_f functions. | J08nY | 2017-09-29 | 1 | -1/+4 |
| | | |||||
| * | Rename check_t -> check_f. | J08nY | 2017-09-29 | 1 | -1/+1 |
| | | |||||
| * | Rename unroll_t -> unroll_f. | J08nY | 2017-09-29 | 1 | -2/+2 |
| | | |||||
| * | Rename gen_t -> gen_f. | J08nY | 2017-09-29 | 1 | -1/+1 |
| | | |||||
| * | Introduce check_t func. | J08nY | 2017-09-29 | 1 | -10/+13 |
| | | |||||
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -1/+1 |
| | | |||||
| * | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 2017-04-10 | 1 | -2/+12 |
| | | |||||
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -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 gen | J08nY | 2017-04-05 | 1 | -0/+15 |
| | | |||||
| * | Rename and reformat | J08nY | 2017-03-09 | 1 | -1/+1 |
| | | |||||
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -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 + Doxyfile | J08nY | 2017-02-15 | 1 | -0/+3 |
| | | |||||
| * | Implemented invalid curve generation | J08nY | 2017-02-14 | 1 | -0/+12 |
| | | |||||
| * | Properly split into submodules | J08nY | 2017-02-10 | 1 | -0/+17 |
