summaryrefslogtreecommitdiff
path: root/src/gen/point.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+261