| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -162/+0 |
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 1 | -1/+1 |
| * | Add GENERATOR and UNROLL macro, use them | J08nY | 2017-05-23 | 1 | -13/+12 |
| * | Add debug logging with time, refactor allocation | J08nY | 2017-05-19 | 1 | -9/+2 |
| * | Fixed unrolls / unique generator curve generaton | J08nY | 2017-05-07 | 1 | -2/+2 |
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -35/+0 |
| * | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 1 | -1/+0 |
| * | Fix unnecessary indirection in curve_params | J08nY | 2017-04-11 | 1 | -10/+4 |
| * | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 2017-04-10 | 1 | -1/+10 |
| * | Fixed exhaustive curve generation for params with no curve | J08nY | 2017-04-10 | 1 | -3/+12 |
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -12/+56 |
| * | fix bad object free(after stack rewind) | J08nY | 2017-04-07 | 1 | -5/+0 |
| * | Fix curve generation over binary fields, cleanup CMakelists | J08nY | 2017-04-06 | 1 | -2/+3 |
| * | Fix ellinit leak, also compile with pari 2.9.2 for ellsea fix | J08nY | 2017-04-06 | 1 | -0/+8 |
| * | Fix some leaks, add option to specify PARI stack size | J08nY | 2017-04-05 | 1 | -0/+1 |
| * | Make some stuff static | J08nY | 2017-04-05 | 1 | -2/+2 |
| * | Fix curve_copy, generators were not copied | J08nY | 2017-04-05 | 1 | -0/+6 |
| * | Rename and reformat | J08nY | 2017-03-09 | 1 | -8/+8 |
| * | Added irreducibility check, equation_quit, gens_one | J08nY | 2017-02-28 | 1 | -3/+3 |
| * | ecgen v0.3: some cleanup and version bump | J08nY | 2017-02-19 | 1 | -10/+16 |
| * | Added generators | J08nY | 2017-02-19 | 1 | -15/+30 |
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -16/+11 |
| * | Add some TODOs, fix build | J08nY | 2017-02-15 | 1 | -2/+8 |
| * | Fixed invalid curve generation and prime order point generation | J08nY | 2017-02-14 | 1 | -0/+1 |
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -2/+31 |
| * | Implemented invalid curve generation | J08nY | 2017-02-14 | 1 | -1/+1 |
| * | Properly split into submodules | J08nY | 2017-02-10 | 1 | -18/+1 |
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -0/+104 |