aboutsummaryrefslogtreecommitdiff
path: root/src/math/point.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move stuff related to generators to src/gen.J08nY2017-05-311-180/+0
* Add some more comments and docs, move exhaustive/seed.[ch] into math/J08nY2017-05-291-18/+14
* Added generating of points on all subgroups of a curve.J08nY2017-05-231-0/+13
* Add GENERATOR and UNROLL macro, use themJ08nY2017-05-231-6/+5
* Add some docs, move them to /docs, clean-up includesJ08nY2017-04-271-1/+0
* Added unroll functions, to generalize going back in exhaustive generationJ08nY2017-04-101-0/+11
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-5/+52
* Fix point copyJ08nY2017-04-091-1/+1
* Rename and reformatJ08nY2017-03-091-4/+4
* Added requested points type option + count optionJ08nY2017-03-011-1/+1
* Added generatorsJ08nY2017-02-191-12/+0
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-8/+33
* Added some docs + DoxyfileJ08nY2017-02-151-8/+19
* Added point generation:J08nY2017-02-141-3/+41
* Implemented invalid curve generationJ08nY2017-02-141-1/+41
* Seperated different generation methods into modules.J08nY2017-02-091-0/+13