| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version.HEADmaster | J08nY | 2024-12-03 | 1 | -2/+2 |
| | | |||||
| * | Handle the cases found by unused options. | J08nY | 2024-11-30 | 1 | -0/+1 |
| | | |||||
| * | Silence criterion build. | J08nY | 2024-11-29 | 1 | -48/+3 |
| | | |||||
| * | Bump version. | J08nY | 2021-09-23 | 1 | -2/+2 |
| | | |||||
| * | Bump version. | J08nY | 2021-04-22 | 1 | -3/+3 |
| | | |||||
| * | Bump version. | J08nY | 2021-04-10 | 1 | -2/+2 |
| | | |||||
| * | Bump version.0.7.3 | J08nY | 2018-11-27 | 1 | -2/+2 |
| | | |||||
| * | Add git commit to built binary. | J08nY | 2018-07-13 | 1 | -1/+10 |
| | | |||||
| * | Add option to specify order by factors. | J08nY | 2018-07-12 | 1 | -0/+7 |
| | | |||||
| * | Use exhaustive generation of some params in CM generation. | J08nY | 2018-07-09 | 1 | -2/+3 |
| | | |||||
| * | Implement complex multiplication even for composite order curves. | J08nY | 2018-07-07 | 1 | -1/+1 |
| | | |||||
| * | Bump version.0.7.2 | J08nY | 2018-07-04 | 1 | -2/+2 |
| | | |||||
| * | Print PARI debugging stuff on DEBUG=1. | J08nY | 2018-07-01 | 1 | -0/+4 |
| | | |||||
| * | Bump version.0.7.1 | J08nY | 2018-04-30 | 1 | -2/+2 |
| | | |||||
| * | Bump version.0.7.0 | J08nY | 2018-04-10 | 1 | -2/+2 |
| | | |||||
| * | Bump version0.6.5 | J08nY | 2018-03-05 | 1 | -2/+2 |
| | | | | | - Also fix Koblitz order insertion. | ||||
| * | Fix Valgrind warnings about timeout struct allocations. | J08nY | 2018-02-03 | 1 | -0/+2 |
| | | | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point. | ||||
| * | Add curve twists to CLI and update options in README. | J08nY | 2018-01-18 | 1 | -1/+0 |
| | | |||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -2/+2 |
| | | |||||
| * | Bump version.0.6.3 | J08nY | 2017-12-20 | 1 | -2/+2 |
| | | |||||
| * | Bump version: v0.6.20.6.2 | J08nY | 2017-11-07 | 1 | -2/+2 |
| | | |||||
| * | Cleanup the CLI options parsing and enums a bit. | J08nY | 2017-10-19 | 1 | -2/+2 |
| | | |||||
| * | Format and update README. | J08nY | 2017-10-14 | 1 | -4/+4 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -13/+14 |
| | | | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable. | ||||
| * | Move config_t cfg into config.c. | J08nY | 2017-10-14 | 1 | -1/+0 |
| | | |||||
| * | Bump version0.6.1 | J08nY | 2017-10-04 | 1 | -2/+2 |
| | | |||||
| * | Add timeout.[ch] and timeout macro. | J08nY | 2017-10-04 | 1 | -0/+4 |
| | | |||||
| * | Version bump.0.6.0 | J08nY | 2017-09-19 | 1 | -2/+2 |
| | | |||||
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 1 | -5/+8 |
| | | |||||
| * | Add notice about not finished/implemented parts to README | J08nY | 2017-05-20 | 1 | -3/+5 |
| | | | | | | | - Also to --help output - Also add notes about used libraries and their licenses - Fix CMake build by adding src/util/*.c | ||||
| * | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 1 | -3/+1 |
| | | |||||
| * | Add output separators, invalid curve generation now outputs valid JSON | J08nY | 2017-04-26 | 1 | -2/+1 |
| | | |||||
| * | Fix loading modular db (dont error when seadata not present) | J08nY | 2017-04-19 | 1 | -1/+3 |
| | | |||||
| * | Load modular polynomial db in main thread | J08nY | 2017-04-18 | 1 | -2/+7 |
| | | |||||
| * | Version bump0.5.0 | J08nY | 2017-04-18 | 1 | -2/+2 |
| | | |||||
| * | Version bump0.4.0 | J08nY | 2017-04-07 | 1 | -2/+2 |
| | | |||||
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 1 | -1/+2 |
| | | |||||
| * | Fix curve generation over binary fields, cleanup CMakelists | J08nY | 2017-04-06 | 1 | -1/+2 |
| | | |||||
| * | Fix some leaks, add option to specify PARI stack size | J08nY | 2017-04-05 | 1 | -1/+1 |
| | | |||||
| * | Added option to request uniquely generated curves. | J08nY | 2017-02-28 | 1 | -1/+1 |
| | | | | | -u --unique | ||||
| * | Added irreducibility check, equation_quit, gens_one | J08nY | 2017-02-28 | 1 | -0/+1 |
| | | | | | | | | - irreducibility check in field_input for f2m - equation_quit frees stuff possibly allocated by a_once and b_once - gens_one requests the curve to have only one generator - renamed some base generators to _any from _init, as they dont really init anythong, just do no checks | ||||
| * | ecgen v0.3: some cleanup and version bump | J08nY | 2017-02-19 | 1 | -3/+12 |
| | | |||||
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | - Optimized invalid curve generation - Invalid curve generation for secp256r1 now takes around 90minutes instead of 5hours as before - Optimized prime point generation(if only some small prime order points are needed -> points_primet) - Added a_once and b_once that prompt for parameter input and then set the input parameter repeatedly - Added optional args to gen_t functions - Integer input now ignores whitespace and doesnt errorneously prompt stdout when reading from file - Specified C standard(C11) + feature macros in code. | ||||
| * | Added some docs + Doxyfile | J08nY | 2017-02-15 | 1 | -6/+11 |
| | | |||||
| * | Add some TODOs, fix build | J08nY | 2017-02-15 | 1 | -2/+2 |
| | | |||||
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -2/+2 |
| | | | | | | | - Prime order points for all prime divisors of curve order (all prime subgroups) - Random points - Minimal set of generators of the whole group (one or two points) | ||||
| * | Implemented invalid curve generation | J08nY | 2017-02-14 | 1 | -5/+5 |
| | | |||||
| * | Properly split into submodules | J08nY | 2017-02-10 | 1 | -19/+44 |
| | | |||||
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -16/+17 |
| | | | | | - Added Koblitz curve generation. | ||||
| * | Moved to a more modular generation process | J08nY | 2017-02-07 | 1 | -37/+15 |
| | | | | | | | | | | | | | | | Curves are now generated in a loop through a func. pointer array, built from cli args. - Allows complex behavior from simple funcs - a func can "rewind" previous generation steps, if it can not succesfuly guarantee that it will generate a curve/param/point with property requested. - e.g. curve_nonzero rewinds [b, a, field] (returns -3) if the curve specified by [field, a, b] has a zero discriminant. This way, [field, a, b] can be generated/produced/input again and a curve might get constructed that will be nonzero. | ||||
