| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 1 | -67/+0 |
| | | |||||
| * | Output seed in JSON format output. | J08nY | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add proper support for Koblitz curves generation. | J08nY | 2017-07-20 | 1 | -0/+1 |
| | | |||||
| * | Fix formatting. | J08nY | 2017-06-01 | 1 | -1/+7 |
| | | |||||
| * | Add generating of points on non-prime order subgroups of a curve. | J08nY | 2017-06-01 | 1 | -1/+1 |
| | | | | | - Use --points=nonprime | ||||
| * | Added generating of points on all subgroups of a curve. | J08nY | 2017-05-23 | 1 | -1/+1 |
| | | | | | | - Use --points=all, the number of points can be quite large however, it's 2^(num of prime subgroups of the curve). | ||||
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -0/+1 |
| | | |||||
| * | Begin CM work | J08nY | 2017-04-21 | 1 | -1/+2 |
| | | |||||
| * | 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 | -1/+4 |
| | | | | | | | | | | | | | 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/+55 |
