| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add curve family generation. | J08nY | 2024-12-01 | 1 | -0/+3 |
| | | |||||
| * | Fix point generation log. | J08nY | 2019-03-07 | 1 | -2/+0 |
| | | |||||
| * | Fix Travis. | J08nY | 2018-07-10 | 1 | -1/+0 |
| | | |||||
| * | Fix generating points on subgroup of order 2. | J08nY | 2018-07-02 | 1 | -4/+11 |
| | | |||||
| * | Add the custom CM method, finally working. | J08nY | 2018-04-09 | 1 | -1/+1 |
| | | |||||
| * | Separate point object functions into obj. | J08nY | 2018-03-28 | 1 | -85/+1 |
| | | |||||
| * | Refactor point generation tests. | J08nY | 2018-03-03 | 1 | -15/+18 |
| | | |||||
| * | Rewrite generator and point generation code. | J08nY | 2018-03-03 | 1 | -59/+116 |
| | | |||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
| * | Introduce HAS_ARG(args) macro. | J08nY | 2017-09-29 | 1 | -8/+3 |
| | | |||||
| * | Add err output stream, default to stderr. | J08nY | 2017-08-30 | 1 | -2/+2 |
| | | |||||
| * | Use correct allocation functions. Add try_free. | J08nY | 2017-08-30 | 1 | -2/+2 |
| | | |||||
| * | Some cleanup of unused stuff. | J08nY | 2017-07-20 | 1 | -1/+0 |
| | | |||||
| * | Fix errors in point generation, for "nonprime" points mainly. | J08nY | 2017-06-05 | 1 | -11/+14 |
| | | |||||
| * | Fix formatting. | J08nY | 2017-06-01 | 1 | -3/+2 |
| | | |||||
| * | Add generating of points on non-prime order subgroups of a curve. | J08nY | 2017-06-01 | 1 | -108/+50 |
| | | | | | - Use --points=nonprime | ||||
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -0/+261 |
