| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix builds with makefile. | J08nY | 2020-11-29 | 1 | -0/+5 |
| * | Add conductor computation. | J08nY | 2019-08-02 | 1 | -6/+6 |
| * | Add util directory and jq script to transform into CSV. | J08nY | 2018-06-30 | 1 | -6/+8 |
| * | Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc). | J08nY | 2018-06-30 | 1 | -0/+35 |
| * | Refactor point generation tests. | J08nY | 2018-03-03 | 1 | -12/+12 |
| * | Rewrite generator and point generation code. | J08nY | 2018-03-03 | 1 | -57/+39 |
| * | Drop CSV support. | J08nY | 2018-02-27 | 1 | -108/+9 |
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| * | Format and update README. | J08nY | 2017-10-14 | 1 | -6/+2 |
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -24/+24 |
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-09-20 | 1 | -5/+1 |
| * | Run clang-format. | J08nY | 2017-09-19 | 1 | -1/+1 |
| * | Output seed in JSON format output. | J08nY | 2017-09-19 | 1 | -0/+11 |
| * | Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers. | J08nY | 2017-08-30 | 1 | -20/+21 |
| * | Add err output stream, default to stderr. | J08nY | 2017-08-30 | 1 | -21/+28 |
| * | Use correct allocation functions. Add try_free. | J08nY | 2017-08-30 | 1 | -7/+7 |
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -1/+1 |
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 1 | -1/+2 |
| * | Add debug logging with time, refactor allocation | J08nY | 2017-05-19 | 1 | -14/+8 |
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -33/+99 |
| * | Add output separators, invalid curve generation now outputs valid JSON | J08nY | 2017-04-26 | 1 | -20/+70 |
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -9/+7 |
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -9/+13 |
| * | Make some stuff static | J08nY | 2017-04-05 | 1 | -1/+1 |
| * | Rename and reformat | J08nY | 2017-03-09 | 1 | -14/+12 |
| * | fixed leak in io/output.c | J08nY | 2017-02-28 | 1 | -2/+2 |
| * | ecgen v0.3: some cleanup and version bump | J08nY | 2017-02-19 | 1 | -9/+14 |
| * | Added generators | J08nY | 2017-02-19 | 1 | -19/+46 |
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -11/+21 |
| * | Implemented json output, also output format option (-t/--format) | J08nY | 2017-02-15 | 1 | -15/+120 |
| * | Add some TODOs, fix build | J08nY | 2017-02-15 | 1 | -4/+10 |
| * | Fixed invalid curve generation and prime order point generation | J08nY | 2017-02-14 | 1 | -2/+7 |
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -1/+2 |
| * | Implemented invalid curve generation | J08nY | 2017-02-14 | 1 | -6/+5 |
| * | Properly split into submodules | J08nY | 2017-02-10 | 1 | -3/+1 |
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -0/+76 |