aboutsummaryrefslogtreecommitdiff
path: root/test/src/gen/test_gp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite generator and point generation code.J08nY2018-03-031-249/+0
|
* Format and update README.J08nY2017-10-141-62/+113
|
* Make config_t *cfg a global variable.J08nY2017-10-141-32/+16
| | | | | | 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.
* Add tests for gp interpretation check_f.J08nY2017-10-031-8/+113
|
* Add GP code interpretation as a gen_f option.J08nY2017-09-301-0/+109