| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add notice about not finished/implemented parts to README | J08nY | 2017-05-20 | 1 | -29/+29 | |
| | | | | | | | - Also to --help output - Also add notes about used libraries and their licenses - Fix CMake build by adding src/util/*.c | |||||
| * | Fix missing break in --threads handling | J08nY | 2017-05-19 | 1 | -0/+1 | |
| | | ||||||
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -0/+2 | |
| | | ||||||
| * | Merge branch 'cm' | J08nY | 2017-05-01 | 1 | -5/+20 | |
| |\ | ||||||
| | * | Begin CM work | J08nY | 2017-04-21 | 1 | -5/+20 | |
| | | | ||||||
| * | | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 1 | -1/+0 | |
| |/ | ||||||
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -1/+1 | |
| | | | | | | | - Fixed mutex and cond destroy - Added debug() macro - Renamed debug out stream to verbose | |||||
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -12/+49 | |
| | | | | | | | | | | | | | Invalid curve generation now supports multi-threading via pthreads, use the --threads= option. - Changed some function params to const, where possible. - Added *_new_copy, *_clone and *_new_clone functions to curve_t*, point_t* and point_t** - Made cfg->bits unsigned long - Made order_any gcopy the generated order(as it can be a clone and screw up stuff later) | |||||
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 1 | -0/+1 | |
| | | ||||||
| * | Fix curve generation over binary fields, cleanup CMakelists | J08nY | 2017-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix some leaks, add option to specify PARI stack size | J08nY | 2017-04-05 | 1 | -3/+23 | |
| | | ||||||
| * | Added option to request no points on the curve | J08nY | 2017-03-25 | 1 | -1/+3 | |
| | | | | | --points=none | |||||
| * | Fixed generation with cofactor. | J08nY | 2017-03-25 | 1 | -0/+1 | |
| | | ||||||
| * | Rename and reformat | J08nY | 2017-03-09 | 1 | -57/+83 | |
| | | ||||||
| * | Added requested points type option + count option | J08nY | 2017-03-01 | 1 | -2/+19 | |
| | | ||||||
| * | Added option to request uniquely generated curves. | J08nY | 2017-02-28 | 1 | -66/+61 | |
| | | | | | -u --unique | |||||
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -15/+28 | |
| | | | | | | | | | | | | | | | - 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. | |||||
| * | Implemented json output, also output format option (-t/--format) | J08nY | 2017-02-15 | 1 | -24/+41 | |
| | | ||||||
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -14/+22 | |
| | | | | | | | - 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 | -15/+15 | |
| | | ||||||
| * | cli: Fix help find&replace error. | J08nY | 2017-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | Properly split into submodules | J08nY | 2017-02-10 | 1 | -26/+26 | |
| | | ||||||
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -0/+139 | |
| - Added Koblitz curve generation. | ||||||
