| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -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. | J08nY | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 1 | -1/+0 |
| | | |||||
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -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.h | J08nY | 2017-04-07 | 1 | -0/+1 |
| | | |||||
| * | Added some docs + Doxyfile | J08nY | 2017-02-15 | 1 | -0/+3 |
| | | |||||
| * | Properly split into submodules | J08nY | 2017-02-10 | 1 | -0/+9 |
| | | |||||
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -0/+8 |
| - Added Koblitz curve generation. | |||||
