aboutsummaryrefslogtreecommitdiff
path: root/src/gen/curve.c
Commit message (Expand)AuthorAgeFilesLines
* Separate curve object functions into obj.J08nY2018-03-281-74/+0
* Refactor point generation tests.J08nY2018-03-031-1/+1
* Rewrite generator and point generation code.J08nY2018-03-031-13/+4
* Add curve twists to CLI and update options in README.J08nY2018-01-181-0/+11
* Fix binary curve generation.J08nY2018-01-181-1/+1
* Update copyright year.J08nY2018-01-011-1/+1
* Implement the curve non-zero discriminant as a check_f.J08nY2017-09-291-7/+1
* Fix copying a curve with seed stored.J08nY2017-09-191-2/+2
* Cleanup includes.J08nY2017-09-191-1/+0
* Run clang-format.J08nY2017-09-191-1/+1
* Move some files into src/misc.J08nY2017-09-191-1/+1
* Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a...J08nY2017-09-171-23/+1
* Use correct allocation functions. Add try_free.J08nY2017-08-301-1/+1
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+162