aboutsummaryrefslogtreecommitdiff
path: root/src/math/poly.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #15.J08nY2022-08-211-1/+1
* Add a set of Koblitz curves to be searched to speedup order computation.J08nY2018-01-191-1/+1
* Update copyright year.J08nY2018-01-011-1/+1
* Add some more comments and docs, move exhaustive/seed.[ch] into math/J08nY2017-05-291-2/+2
* Added generating of points on all subgroups of a curve.J08nY2017-05-231-1/+1
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-4/+4
* Make some stuff staticJ08nY2017-04-051-1/+1
* Added point generation:J08nY2017-02-141-1/+1
* Seperated different generation methods into modules.J08nY2017-02-091-0/+2757