aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
Commit message (Expand)AuthorAgeFilesLines
* Add curve family generation.J08nY2024-12-011-3/+22
* Add best-effort warnings for ignored CLI options.J08nY2024-11-301-0/+32
* Implement NUMS curve generation (somewhat).J08nY2023-10-141-1/+2
* Add option to generate smooth order curves.J08nY2023-05-121-0/+3
* Fix setting --points=none.J08nY2018-07-041-3/+3
* Add method for generating supersingular curves.J08nY2018-07-021-1/+2
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-301-0/+2
* Add option to generate invalid curves with a range of orders.J08nY2018-03-281-6/+3
* Add option to generate only some parameters randomly and input others.J08nY2018-03-241-3/+16
* Add direcory names to include guards.J08nY2018-03-031-3/+3
* Rewrite generator and point generation code.J08nY2018-03-031-1/+1
* Drop CSV support.J08nY2018-02-271-1/+1
* Add curve twists to CLI and update options in README.J08nY2018-01-181-1/+2
* Update copyright year.J08nY2018-01-011-1/+1
* Add hex check to cli.J08nY2017-10-191-0/+8
* Cleanup the CLI options parsing and enums a bit.J08nY2017-10-191-11/+20
* Format and update README.J08nY2017-10-141-4/+8
* Make config_t *cfg a global variable.J08nY2017-10-141-1/+2
* Move config_t cfg into config.c.J08nY2017-10-141-0/+2
* Document more files.J08nY2017-10-081-1/+28
* Add per-param timeout option.J08nY2017-10-041-0/+1
* Move some enums around, make a general seed_unroll.J08nY2017-09-201-3/+11
* Move some files into src/misc.J08nY2017-09-191-0/+67