| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run clang-format. | J08nY | 2017-09-19 | 4 | -13/+15 |
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 6 | -7/+7 |
| * | Output seed in JSON format output. | J08nY | 2017-09-19 | 2 | -3/+3 |
| * | Fix a segfault in ANSI generation, fix ISO C initializer braces. | J08nY | 2017-09-19 | 1 | -0/+1 |
| * | Implement a,b generation for ANSI X9.62 algo, Fp version. | J08nY | 2017-09-19 | 1 | -8/+37 |
| * | Fix ANSI X9.62 binary field generation method. | J08nY | 2017-09-19 | 3 | -10/+34 |
| * | Fix some of the issues with ANSI X9.62 f2m equation generation. | J08nY | 2017-09-17 | 1 | -42/+58 |
| * | Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a... | J08nY | 2017-09-17 | 3 | -7/+186 |
| * | Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers. | J08nY | 2017-08-30 | 1 | -2/+1 |
| * | Add err output stream, default to stderr. | J08nY | 2017-08-30 | 2 | -4/+4 |
| * | Use correct allocation functions. Add try_free. | J08nY | 2017-08-30 | 2 | -4/+4 |
| * | Fix formatting. | J08nY | 2017-08-29 | 1 | -2/+2 |
| * | Add proper support for Koblitz curves generation. | J08nY | 2017-07-20 | 1 | -1/+11 |
| * | Fix formatting. | J08nY | 2017-06-01 | 1 | -1/+0 |
| * | Renamed a bunch of generators. | J08nY | 2017-06-01 | 3 | -15/+16 |
| * | Add generating of points on non-prime order subgroups of a curve. | J08nY | 2017-06-01 | 1 | -0/+4 |
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 5 | -10/+54 |
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 5 | -191/+34 |
| * | Added generating of points on all subgroups of a curve. | J08nY | 2017-05-23 | 1 | -0/+3 |
| * | Add GENERATOR and UNROLL macro, use them | J08nY | 2017-05-23 | 1 | -19/+23 |
| * | Add debug logging with time, refactor allocation | J08nY | 2017-05-19 | 3 | -34/+15 |
| * | Fixed unrolls / unique generator curve generaton | J08nY | 2017-05-07 | 1 | -50/+50 |
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -4/+6 |
| * | Raise precision in anomalous curve generation | J08nY | 2017-05-01 | 1 | -2/+2 |
| * | Merge branch 'cm' | J08nY | 2017-05-01 | 4 | -3/+241 |
| |\ |
|
| | * | Insert the curve order to ell structure on anomalous_order | J08nY | 2017-04-21 | 1 | -0/+1 |
| | * | Add anomalous curve generation | J08nY | 2017-04-21 | 3 | -27/+97 |
| | * | Begin CM work | J08nY | 2017-04-21 | 4 | -2/+169 |
| * | | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 2 | -2/+1 |
| * | | Add output separators, invalid curve generation now outputs valid JSON | J08nY | 2017-04-26 | 1 | -0/+6 |
| |/ |
|
| * | Remove too verbose debug log | J08nY | 2017-04-11 | 1 | -1/+0 |
| * | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 2017-04-10 | 2 | -15/+43 |
| * | Fixed exhaustive curve generation for params with no curve | J08nY | 2017-04-10 | 1 | -1/+3 |
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -5/+4 |
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 4 | -21/+59 |
| * | Adde temporary ellinit free (until proper unroll functions) | J08nY | 2017-04-07 | 1 | -1/+6 |
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 2 | -0/+2 |
| * | Fix some leaks, add option to specify PARI stack size | J08nY | 2017-04-05 | 2 | -6/+12 |
| * | Make some stuff static | J08nY | 2017-04-05 | 2 | -4/+4 |
| * | Add exhaustive_gen_retry, fix infinite loop, add retry limit to exhaustive gen | J08nY | 2017-04-05 | 2 | -7/+42 |
| * | Added option to request no points on the curve | J08nY | 2017-03-25 | 1 | -0/+3 |
| * | Fixed generation with cofactor. | J08nY | 2017-03-25 | 1 | -2/+1 |
| * | Rename and reformat | J08nY | 2017-03-09 | 4 | -31/+39 |
| * | Added requested points type option + count option | J08nY | 2017-03-01 | 1 | -14/+42 |
| * | Added option to request uniquely generated curves. | J08nY | 2017-02-28 | 1 | -8/+9 |
| * | added stack rewind code to exhaustive_gen | J08nY | 2017-02-28 | 1 | -5/+22 |
| * | Added irreducibility check, equation_quit, gens_one | J08nY | 2017-02-28 | 1 | -2/+8 |
| * | ecgen v0.3: some cleanup and version bump | J08nY | 2017-02-19 | 1 | -1/+1 |
| * | Added generators | J08nY | 2017-02-19 | 1 | -0/+2 |
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 4 | -21/+29 |