aboutsummaryrefslogtreecommitdiff
path: root/src/gen/equation.c
Commit message (Collapse)AuthorAgeFilesLines
* More bits tests.J08nY2018-04-051-2/+2
|
* Fix infinite loop when encountering EOF/error in input file read.J08nY2018-03-251-0/+8
|
* Update copyright year.J08nY2018-01-011-1/+1
|
* Make config_t *cfg a global variable.J08nY2017-10-141-2/+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.
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-301-2/+2
|
* Run clang-format.J08nY2017-09-191-1/+0
|
* Move some stuff from general seed_t handling in gen/seed.[ch] to ↵J08nY2017-09-171-9/+0
| | | | exhaustive/ansi.[ch].
* Add proper support for Koblitz curves generation.J08nY2017-07-201-1/+1
|
* Renamed a bunch of generators.J08nY2017-06-011-1/+1
|
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+126