| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Added readme footer | J08nY | 2016-12-21 | 1 | -0/+4 |
| | | |||||
| * | Added Build and Requirements to readme | J08nY | 2016-12-21 | 1 | -4/+18 |
| | | |||||
| * | Added cli prompts for domain params | J08nY | 2016-12-21 | 1 | -5/+8 |
| | | |||||
| * | Fixed readme formatting now | J08nY | 2016-12-21 | 1 | -1/+3 |
| | | |||||
| * | Fixed readme formatting | J08nY | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | Updated readme with usage information | J08nY | 2016-12-21 | 1 | -1/+23 |
| | | |||||
| * | Fixed gen.sh output file name, properly | J08nY | 2016-12-21 | 1 | -3/+3 |
| | | |||||
| * | Fixed Makefile clean, added clean-gp | J08nY | 2016-12-21 | 1 | -1/+5 |
| | | |||||
| * | Fixed gp2c compilation, fixed makefile, fixed gen.sh output filename | J08nY | 2016-12-21 | 9 | -243/+223 |
| | | |||||
| * | gen.sh: fixed binary path | J08nY | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | *.gp: fixed indentation | J08nY | 2016-12-21 | 2 | -3/+3 |
| | | |||||
| * | Split generated .c files into header and source | J08nY | 2016-12-21 | 6 | -61/+68 |
| | | |||||
| * | Added Makefile | J08nY | 2016-12-21 | 1 | -0/+34 |
| | | |||||
| * | initial commit | J08nY | 2016-12-21 | 8 | -0/+1064 |
