| Commit message (Expand) | Author | Files | Lines |
| 2017-04-07 | Fix binary field curve generation, move config into config.h | J08nY | 15 | -53/+107 |
| 2017-04-06 | Fix curve generation over binary fields, cleanup CMakelists | J08nY | 8 | -15/+23 |
| 2017-04-06 | Fix inputs with leading zero | J08nY | 1 | -1/+1 |
| 2017-04-06 | Fix ellinit leak, also compile with pari 2.9.2 for ellsea fix | J08nY | 3 | -4/+13 |
| 2017-04-05 | Update README and Makefile | J08nY | 2 | -25/+43 |
| 2017-04-05 | Fix some leaks, add option to specify PARI stack size | J08nY | 9 | -14/+43 |
| 2017-04-05 | Fix input when EOF reached | J08nY | 1 | -2/+8 |
| 2017-04-05 | Clean up Makefiles | J08nY | 2 | -6/+9 |
| 2017-04-05 | Removed GP compilation, added econvert target | J08nY | 7 | -67/+24 |
| 2017-04-05 | Make some stuff static | J08nY | 9 | -16/+16 |
| 2017-04-05 | Fix curve_copy, generators were not copied | J08nY | 1 | -0/+6 |
| 2017-04-05 | Shorten travis script | J08nY | 1 | -4/+0 |
| 2017-04-05 | Add exhaustive_gen_retry, fix infinite loop, add retry limit to exhaustive gen | J08nY | 5 | -10/+49 |
| 2017-04-04 | Fix input | J08nY | 1 | -0/+11 |
| 2017-03-25 | Fixed cofactor generation for larger bounds. | J08nY | 1 | -4/+5 |
| 2017-03-25 | Added option to request no points on the curve | J08nY | 3 | -2/+7 |
| 2017-03-25 | Fixed generation with cofactor. | J08nY | 3 | -8/+16 |
| 2017-03-16 | Added sha1 implementation for ANSI X9.62 verifiably random algo. | J08nY | 6 | -2/+238 |
| 2017-03-09 | fix output when reading from file | J08nY | 1 | -2/+2 |
| 2017-03-09 | Rename and reformat | J08nY | 26 | -181/+244 |
| 2017-03-09 | Fixed inalid curve generation segfault | J08nY | 1 | -0/+1 |
| 2017-03-01 | Default to prime points | J08nY | 1 | -1/+1 |
| 2017-03-01 | Updated README | J08nY | 1 | -1/+23 |
| 2017-03-01 | Added requested points type option + count option | J08nY | 13 | -33/+150 |
| 2017-02-28 | Added option to request uniquely generated curves. | J08nY | 5 | -77/+84 |
| 2017-02-28 | fixed leak in gens and points | J08nY | 2 | -0/+10 |
| 2017-02-28 | added stack rewind code to exhaustive_gen | J08nY | 1 | -5/+22 |
| 2017-02-28 | fixed leak in io/output.c | J08nY | 2 | -3/+3 |
| 2017-02-28 | Added irreducibility check, equation_quit, gens_one | J08nY | 16 | -36/+131 |
| 2017-02-19 | Added github deploy to travis | J08nY | 1 | -2/+11 |
| 2017-02-19 | Update version badge0.3.0 | J08nY | 1 | -1/+1 |
| 2017-02-19 | ecgen v0.3: some cleanup and version bump | J08nY | 10 | -34/+49 |
| 2017-02-19 | Added generators | J08nY | 12 | -85/+168 |
| 2017-02-19 | Always read a whole pari_ulong from dev/urandom | J08nY | 1 | -1/+5 |
| 2017-02-17 | Add travis to readme | J08nY | 2 | -5/+8 |
| 2017-02-17 | Fix libpari-dev version in travis | J08nY | 3 | -3/+5 |
| 2017-02-17 | Update travis to use gcc-6 and clang-3.9 | J08nY | 1 | -24/+7 |
| 2017-02-17 | Try travis fix compiler | J08nY | 1 | -8/+8 |
| 2017-02-17 | Make travis use right CC | J08nY | 2 | -13/+13 |
| 2017-02-17 | Try other travis compilers | J08nY | 1 | -5/+38 |
| 2017-02-17 | fixed makefile for travis | J08nY | 2 | -4/+4 |
| 2017-02-17 | Fix travis.yml | J08nY | 1 | -1/+1 |