| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix builds with makefile. | J08nY | 2020-11-29 | 1 | -1/+0 |
| * | Fix threaded invalid curve generation. | J08nY | 2019-03-07 | 1 | -12/+18 |
| * | Fix Travis. | J08nY | 2018-07-10 | 1 | -1/+0 |
| * | Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc). | J08nY | 2018-06-30 | 1 | -0/+2 |
| * | More tests and better handling for the invalid range option. | J08nY | 2018-03-28 | 1 | -2/+4 |
| * | Add option to generate invalid curves with a range of orders. | J08nY | 2018-03-28 | 1 | -2/+22 |
| * | Separate curve object functions into obj. | J08nY | 2018-03-28 | 1 | -0/+1 |
| * | Add option to generate only some parameters randomly and input others. | J08nY | 2018-03-24 | 1 | -5/+9 |
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| * | Add hex check to cli. | J08nY | 2017-10-19 | 1 | -4/+9 |
| * | Cleanup the CLI options parsing and enums a bit. | J08nY | 2017-10-19 | 1 | -1/+1 |
| * | Format and update README. | J08nY | 2017-10-14 | 1 | -7/+7 |
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -34/+33 |
| * | Cleanup invalid and exhaustive generation. | J08nY | 2017-10-04 | 1 | -70/+73 |
| * | Add new/create/free funcs for malloced exhaustive_t. | J08nY | 2017-09-30 | 1 | -16/+23 |
| * | Implement the curve non-zero discriminant as a check_f. | J08nY | 2017-09-29 | 1 | -8/+15 |
| * | Rename unroll_t -> unroll_f. | J08nY | 2017-09-29 | 1 | -1/+1 |
| * | Rename gen_t -> gen_f. | J08nY | 2017-09-29 | 1 | -5/+5 |
| * | Introduce check_t func. | J08nY | 2017-09-29 | 1 | -19/+25 |
| * | Use correct allocation functions. Add try_free. | J08nY | 2017-08-30 | 1 | -2/+2 |
| * | Renamed a bunch of generators. | J08nY | 2017-06-01 | 1 | -2/+2 |
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -6/+6 |
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 1 | -2/+2 |
| * | Add GENERATOR and UNROLL macro, use them | J08nY | 2017-05-23 | 1 | -16/+17 |
| * | Add debug logging with time, refactor allocation | J08nY | 2017-05-19 | 1 | -42/+30 |
| * | Fixed unrolls / unique generator curve generaton | J08nY | 2017-05-07 | 1 | -3/+12 |
| * | Add output separators, invalid curve generation now outputs valid JSON | J08nY | 2017-04-26 | 1 | -0/+9 |
| * | Load modular polynomial db in main thread | J08nY | 2017-04-18 | 1 | -2/+2 |
| * | Change multi-threaded SEA back to general algo | J08nY | 2017-04-18 | 1 | -8/+1 |
| * | Try to fix multi-threaded SEA | J08nY | 2017-04-16 | 1 | -1/+9 |
| * | Change invalid curve generation thread argument passing | J08nY | 2017-04-16 | 1 | -4/+5 |
| * | Add unrolls to invalid generation method | J08nY | 2017-04-12 | 1 | -9/+10 |
| * | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 2017-04-10 | 1 | -4/+6 |
| * | Fixed exhaustive curve generation for params with no curve | J08nY | 2017-04-10 | 1 | -0/+2 |
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -7/+26 |
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -37/+106 |
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 1 | -1/+1 |
| * | Fix ellinit leak, also compile with pari 2.9.2 for ellsea fix | J08nY | 2017-04-06 | 1 | -0/+1 |
| * | Fix some leaks, add option to specify PARI stack size | J08nY | 2017-04-05 | 1 | -1/+2 |
| * | Make some stuff static | J08nY | 2017-04-05 | 1 | -4/+4 |
| * | Add exhaustive_gen_retry, fix infinite loop, add retry limit to exhaustive gen | J08nY | 2017-04-05 | 1 | -1/+2 |
| * | Fixed inalid curve generation segfault | J08nY | 2017-03-09 | 1 | -0/+1 |
| * | Added requested points type option + count option | J08nY | 2017-03-01 | 1 | -2/+2 |
| * | Added option to request uniquely generated curves. | J08nY | 2017-02-28 | 1 | -1/+5 |
| * | Added irreducibility check, equation_quit, gens_one | J08nY | 2017-02-28 | 1 | -3/+3 |
| * | Added generators | J08nY | 2017-02-19 | 1 | -2/+4 |
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -18/+85 |
| * | Implemented json output, also output format option (-t/--format) | J08nY | 2017-02-15 | 1 | -2/+2 |
| * | Fixed invalid curve generation and prime order point generation | J08nY | 2017-02-14 | 1 | -0/+1 |
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -7/+5 |