aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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.
* 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