| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -2/+2 |
| | | |||||
| * | Fixed unrolls / unique generator curve generaton | J08nY | 2017-05-07 | 1 | -9/+12 |
| | | | | | | | - Also added some tests to catch some regressions like this early - Fixed double free in gens, also some funky stuff with gunclone and obj_free in curve_free | ||||
| * | Change invalid curve generation thread argument passing | J08nY | 2017-04-16 | 1 | -3/+2 |
| | | |||||
| * | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 2017-04-10 | 1 | -5/+6 |
| | | |||||
| * | Fix debug macro | J08nY | 2017-04-10 | 1 | -1/+1 |
| | | |||||
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -22/+8 |
| | | | | | | | - 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 | -0/+106 |
| 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) | |||||
