| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added option to request no points on the curve | J08nY | 2017-03-25 | 3 | -2/+7 | |
| | | | | | --points=none | |||||
| * | Fixed generation with cofactor. | J08nY | 2017-03-25 | 3 | -8/+16 | |
| | | ||||||
| * | Added sha1 implementation for ANSI X9.62 verifiably random algo. | J08nY | 2017-03-16 | 6 | -2/+238 | |
| | | ||||||
| * | fix output when reading from file | J08nY | 2017-03-09 | 1 | -2/+2 | |
| | | ||||||
| * | Rename and reformat | J08nY | 2017-03-09 | 26 | -181/+244 | |
| | | ||||||
| * | Fixed inalid curve generation segfault | J08nY | 2017-03-09 | 1 | -0/+1 | |
| | | ||||||
| * | Default to prime points | J08nY | 2017-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | Updated README | J08nY | 2017-03-01 | 1 | -1/+23 | |
| | | ||||||
| * | Added requested points type option + count option | J08nY | 2017-03-01 | 13 | -33/+150 | |
| | | ||||||
| * | Added option to request uniquely generated curves. | J08nY | 2017-02-28 | 5 | -77/+84 | |
| | | | | | -u --unique | |||||
| * | fixed leak in gens and points | J08nY | 2017-02-28 | 2 | -0/+10 | |
| | | ||||||
| * | added stack rewind code to exhaustive_gen | J08nY | 2017-02-28 | 1 | -5/+22 | |
| | | ||||||
| * | fixed leak in io/output.c | J08nY | 2017-02-28 | 2 | -3/+3 | |
| | | ||||||
| * | Added irreducibility check, equation_quit, gens_one | J08nY | 2017-02-28 | 16 | -36/+131 | |
| | | | | | | | | - 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 | |||||
| * | Added github deploy to travis | J08nY | 2017-02-19 | 1 | -2/+11 | |
| | | ||||||
| * | Update version badge0.3.0 | J08nY | 2017-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | ecgen v0.3: some cleanup and version bump | J08nY | 2017-02-19 | 10 | -34/+49 | |
| | | ||||||
| * | Added generators | J08nY | 2017-02-19 | 12 | -85/+168 | |
| | | | | | | | | - Added new type of gen_t, essentially only for generators. Since they are points with a special property. - Added order_smallfact generator - Added generators to csv and json output | |||||
| * | Always read a whole pari_ulong from dev/urandom | J08nY | 2017-02-19 | 1 | -1/+5 | |
| | | ||||||
| * | Add travis to readme | J08nY | 2017-02-17 | 2 | -5/+8 | |
| | | ||||||
| * | Fix libpari-dev version in travis | J08nY | 2017-02-17 | 3 | -3/+5 | |
| | | ||||||
| * | Update travis to use gcc-6 and clang-3.9 | J08nY | 2017-02-17 | 1 | -24/+7 | |
| | | ||||||
| * | Try travis fix compiler | J08nY | 2017-02-17 | 1 | -8/+8 | |
| | | ||||||
| * | Make travis use right CC | J08nY | 2017-02-17 | 2 | -13/+13 | |
| | | ||||||
| * | Try other travis compilers | J08nY | 2017-02-17 | 1 | -5/+38 | |
| | | ||||||
| * | fixed makefile for travis | J08nY | 2017-02-17 | 2 | -4/+4 | |
| | | ||||||
| * | Fix travis.yml | J08nY | 2017-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Try travis-ci | J08nY | 2017-02-17 | 1 | -0/+18 | |
| | | ||||||
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 31 | -221/+523 | |
| | | | | | | | | | | | | | | | - 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 | 20 | -34/+2697 | |
| | | ||||||
| * | Removed old/unused gp files. | J08nY | 2017-02-15 | 3 | -83/+0 | |
| | | ||||||
| * | Implemented json output, also output format option (-t/--format) | J08nY | 2017-02-15 | 7 | -61/+241 | |
| | | ||||||
| * | Add some TODOs, fix build | J08nY | 2017-02-15 | 9 | -17/+39 | |
| | | ||||||
| * | Fixed invalid curve generation and prime order point generation | J08nY | 2017-02-14 | 8 | -35/+13 | |
| | | | | | | - Wrong point order was saved (point.c:105) - Curve was not copied correctly (curve.c:32) | |||||
| * | Added point generation: | J08nY | 2017-02-14 | 22 | -47/+297 | |
| | | | | | | | - 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 | 19 | -139/+364 | |
| | | ||||||
| * | README: added generation methods | J08nY | 2017-02-13 | 1 | -4/+32 | |
| | | ||||||
| * | cli: Fix help find&replace error. | J08nY | 2017-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | Properly split into submodules | J08nY | 2017-02-10 | 21 | -94/+223 | |
| | | ||||||
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 35 | -269/+281 | |
| | | | | | - Added Koblitz curve generation. | |||||
| * | Added more irreducible polynomials. from HP. | J08nY | 2017-02-08 | 2 | -29/+2243 | |
| | | ||||||
| * | Moved to a more modular generation process | J08nY | 2017-02-07 | 28 | -397/+526 | |
| | | | | | | | | | | | | | | | 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. | |||||
| * | Added prime order curve generation. | J08nY | 2017-02-06 | 27 | -480/+2925 | |
| | | ||||||
| * | ecgen v0.2: major rewrite0.2.0 | J08nY | 2017-02-05 | 32 | -704/+1895 | |
| | | ||||||
| * | README: fix some usage information | J08nY | 2017-01-02 | 1 | -3/+2 | |
| | | ||||||
| * | Added .gitignore | J08nY | 2016-12-22 | 1 | -0/+105 | |
| | | ||||||
| * | Just a space that upset me | J08nY | 2016-12-22 | 1 | -3/+3 | |
| | | ||||||
| * | Makefile: add clean-all | J08nY | 2016-12-22 | 1 | -3/+5 | |
| | | ||||||
| * | ecgen: some docs | J08nY | 2016-12-22 | 1 | -6/+25 | |
| | | ||||||
| * | Split some stuff into utils.gp | J08nY | 2016-12-22 | 6 | -187/+158 | |
| | | ||||||
