| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 3 | -7/+8 |
| * | 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 | 3 | -9/+13 |
| * | Fix debug macro | J08nY | 2017-04-10 | 1 | -1/+1 |
| * | 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 | 3 | -30/+34 |
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 4 | -40/+253 |
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 2 | -1/+2 |
| * | 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 |
| * | 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 | -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 |
| * | Implemented invalid curve generation | J08nY | 2017-02-14 | 1 | -11/+139 |
| * | Properly split into submodules | J08nY | 2017-02-10 | 2 | -0/+33 |
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 2 | -0/+13 |