summaryrefslogtreecommitdiff
path: root/src/gen/point.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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