| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixup issues in clang with pedantic. | J08nY | 2025-03-27 | 1 | -10/+10 |
| | | |||||
| * | Fix builds with makefile. | J08nY | 2020-11-29 | 1 | -4/+4 |
| | | |||||
| * | Add direcory names to include guards. | J08nY | 2018-03-03 | 1 | -3/+3 |
| | | |||||
| * | Drop CSV support. | J08nY | 2018-02-27 | 1 | -25/+0 |
| | | |||||
| * | Fix some memory leaks in threaded invalid generation. | J08nY | 2018-02-03 | 1 | -5/+25 |
| | | |||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -46/+24 |
| | | | | | | | 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. | ||||
| * | Fix debug_log of pari GENs, log timeout differently. | J08nY | 2017-10-14 | 1 | -1/+1 |
| | | |||||
| * | Document more files. | J08nY | 2017-10-08 | 1 | -14/+14 |
| | | |||||
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add err output stream, default to stderr. | J08nY | 2017-08-30 | 1 | -0/+5 |
| | | |||||
| * | Fix errors in point generation, for "nonprime" points mainly. | J08nY | 2017-06-05 | 1 | -16/+23 |
| | | |||||
| * | Renamed a bunch of generators. | J08nY | 2017-06-01 | 1 | -1/+1 |
| | | |||||
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -1/+1 |
| | | |||||
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 1 | -1/+2 |
| | | |||||
| * | Make debug macros really variadic | J08nY | 2017-05-23 | 1 | -7/+22 |
| | | |||||
| * | Add debug logging with time, refactor allocation | J08nY | 2017-05-19 | 1 | -6/+23 |
| | | |||||
| * | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 1 | -18/+52 |
| | | |||||
| * | Add output separators, invalid curve generation now outputs valid JSON | J08nY | 2017-04-26 | 1 | -23/+65 |
| | | |||||
| * | Fix debug macro | J08nY | 2017-04-10 | 1 | -1/+1 |
| | | |||||
| * | Fixed exhaustive curve generation for params with no curve | J08nY | 2017-04-10 | 1 | -2/+2 |
| | | | | | | | | - Added some debug prints - Fixed debug macro - Temporarily disabled obj_free in exhaustive_gen until roll_t arrives | ||||
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -1/+7 |
| | | | | | | | - Fixed mutex and cond destroy - Added debug() macro - Renamed debug out stream to verbose | ||||
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -10/+10 |
| | | | | | | | | | | | | | 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) | ||||
| * | Rename and reformat | J08nY | 2017-03-09 | 1 | -9/+9 |
| | | |||||
| * | Added some docs + Doxyfile | J08nY | 2017-02-15 | 1 | -0/+3 |
| | | |||||
| * | Implemented json output, also output format option (-t/--format) | J08nY | 2017-02-15 | 1 | -12/+63 |
| | | |||||
| * | Add some TODOs, fix build | J08nY | 2017-02-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed invalid curve generation and prime order point generation | J08nY | 2017-02-14 | 1 | -1/+2 |
| | | | | | | - Wrong point order was saved (point.c:105) - Curve was not copied correctly (curve.c:32) | ||||
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -1/+2 |
| | | | | | | | - Prime order points for all prime divisors of curve order (all prime subgroups) - Random points - Minimal set of generators of the whole group (one or two points) | ||||
| * | Implemented invalid curve generation | J08nY | 2017-02-14 | 1 | -2/+2 |
| | | |||||
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -0/+49 |
| - Added Koblitz curve generation. | |||||
