| Commit message (Expand) | Author | Files | Lines |
| 2017-04-18 | Change multi-threaded SEA back to general algo | J08nY | 1 | -8/+1 |
| 2017-04-17 | Update README | J08nY | 1 | -0/+1 |
| 2017-04-17 | Move assert.sh into a submodule | J08nY | 4 | -201/+5 |
| 2017-04-16 | Try to fix multi-threaded SEA | J08nY | 3 | -3/+35 |
| 2017-04-16 | Change invalid curve generation thread argument passing | J08nY | 3 | -7/+8 |
| 2017-04-12 | Added basic test for binary field curve | J08nY | 5 | -3/+6 |
| 2017-04-12 | Updated README | J08nY | 1 | -16/+16 |
| 2017-04-12 | Add unrolls to invalid generation method | J08nY | 2 | -10/+11 |
| 2017-04-11 | Add basicc exhaustive generation test | J08nY | 6 | -7/+218 |
| 2017-04-11 | Remove too verbose debug log | J08nY | 1 | -1/+0 |
| 2017-04-11 | Fix unnecessary indirection in curve_params | J08nY | 1 | -10/+4 |
| 2017-04-11 | Add basic tests | J08nY | 6 | -3/+38 |
| 2017-04-10 | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 14 | -35/+134 |
| 2017-04-10 | Fix lib Makefiles | J08nY | 2 | -18/+16 |
| 2017-04-10 | Fix debug macro | J08nY | 2 | -2/+2 |
| 2017-04-10 | Fix Makefile (DEBUG) | J08nY | 1 | -3/+3 |
| 2017-04-10 | Fixed exhaustive curve generation for params with no curve | J08nY | 5 | -8/+24 |
| 2017-04-10 | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 8 | -47/+54 |
| 2017-04-09 | Fix README | J08nY | 1 | -3/+4 |
| 2017-04-09 | Added multi-threading support to invalid curve generation | J08nY | 38 | -204/+659 |
| 2017-04-09 | Fix point copy | J08nY | 2 | -3/+4 |
| 2017-04-08 | Fix README, speedup travis | J08nY | 2 | -23/+24 |
| 2017-04-07 | Adde temporary ellinit free (until proper unroll functions) | J08nY | 1 | -1/+6 |
| 2017-04-07 | fix bad object free(after stack rewind) | J08nY | 1 | -5/+0 |
| 2017-04-07 | Version bump0.4.0 | J08nY | 3 | -4/+4 |
| 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 |