aboutsummaryrefslogtreecommitdiff
path: root/src/math/field.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move stuff related to generators to src/gen.J08nY2017-05-311-174/+0
* Add GENERATOR and UNROLL macro, use themJ08nY2017-05-231-4/+4
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-8/+5
* Fix binary field curve generation, move config into config.hJ08nY2017-04-071-1/+18
* Fix curve generation over binary fields, cleanup CMakelistsJ08nY2017-04-061-3/+9
* Fix some leaks, add option to specify PARI stack sizeJ08nY2017-04-051-1/+1
* Make some stuff staticJ08nY2017-04-051-2/+2
* Rename and reformatJ08nY2017-03-091-9/+9
* Added requested points type option + count optionJ08nY2017-03-011-0/+19
* Added irreducibility check, equation_quit, gens_oneJ08nY2017-02-281-1/+5
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-11/+11
* Added some docs + DoxyfileJ08nY2017-02-151-0/+1
* Implemented invalid curve generationJ08nY2017-02-141-6/+54
* Properly split into submodulesJ08nY2017-02-101-1/+1
* Seperated different generation methods into modules.J08nY2017-02-091-0/+82