aboutsummaryrefslogtreecommitdiff
path: root/src/gen/point.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the custom CM method, finally working.J08nY2018-04-091-0/+9
|
* Separate point object functions into obj.J08nY2018-03-281-96/+0
|
* Add direcory names to include guards.J08nY2018-03-031-3/+3
|
* Rewrite generator and point generation code.J08nY2018-03-031-4/+4
|
* Update copyright year.J08nY2018-01-011-1/+1
|
* Make config_t *cfg a global variable.J08nY2017-10-141-7/+0
| | | | | | 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.
* Rename unroll_t -> unroll_f.J08nY2017-09-291-1/+1
|
* Rename gen_t -> gen_f.J08nY2017-09-291-6/+6
|
* Move some files into src/misc.J08nY2017-09-191-1/+1
|
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-011-0/+12
| | | | - Use --points=nonprime
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+180