aboutsummaryrefslogtreecommitdiff
path: root/src/gen/order.h
Commit message (Collapse)AuthorAgeFilesLines
* Add option to generate smooth order curves.J08nY2023-05-121-0/+10
|
* Use the Koblitz order store to lookup a curve order fast.J08nY2018-03-031-0/+10
|
* Add direcory names to include guards.J08nY2018-03-031-3/+3
|
* Rewrite generator and point generation code.J08nY2018-03-031-2/+2
|
* Update copyright year.J08nY2018-01-011-1/+1
|
* Add several check_fs for standard security requirements.J08nY2017-10-171-1/+23
| | | | | | - Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant.
* Make config_t *cfg a global variable.J08nY2017-10-141-5/+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 gen_t -> gen_f.J08nY2017-09-291-5/+5
|
* 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-17/+0
| | | | - Use --points=nonprime
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+88