aboutsummaryrefslogtreecommitdiff
path: root/src/gen/point.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add curve family generation.J08nY2024-12-011-0/+3
|
* Fix point generation log.J08nY2019-03-071-2/+0
|
* Fix Travis.J08nY2018-07-101-1/+0
|
* Fix generating points on subgroup of order 2.J08nY2018-07-021-4/+11
|
* Add the custom CM method, finally working.J08nY2018-04-091-1/+1
|
* Separate point object functions into obj.J08nY2018-03-281-85/+1
|
* Refactor point generation tests.J08nY2018-03-031-15/+18
|
* Rewrite generator and point generation code.J08nY2018-03-031-59/+116
|
* Update copyright year.J08nY2018-01-011-1/+1
|
* Make config_t *cfg a global variable.J08nY2017-10-141-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.J08nY2017-09-291-8/+3
|
* Add err output stream, default to stderr.J08nY2017-08-301-2/+2
|
* Use correct allocation functions. Add try_free.J08nY2017-08-301-2/+2
|
* Some cleanup of unused stuff.J08nY2017-07-201-1/+0
|
* Fix errors in point generation, for "nonprime" points mainly.J08nY2017-06-051-11/+14
|
* Fix formatting.J08nY2017-06-011-3/+2
|
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-011-108/+50
| | | | - Use --points=nonprime
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+261