summaryrefslogtreecommitdiff
path: root/src/invalid (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change multi-threaded SEA back to general algoJ08nY2017-04-181-8/+1
* Try to fix multi-threaded SEAJ08nY2017-04-161-1/+9
* Change invalid curve generation thread argument passingJ08nY2017-04-163-7/+8
* Add unrolls to invalid generation methodJ08nY2017-04-121-9/+10
* Added unroll functions, to generalize going back in exhaustive generationJ08nY2017-04-103-9/+13
* Fix debug macroJ08nY2017-04-101-1/+1
* Fixed exhaustive curve generation for params with no curveJ08nY2017-04-101-0/+2
* Moved curve output in multi-threaded invalid curve generation to master threadJ08nY2017-04-103-30/+34
* Added multi-threading support to invalid curve generationJ08nY2017-04-094-40/+253
* Fix binary field curve generation, move config into config.hJ08nY2017-04-072-1/+2
* Fix ellinit leak, also compile with pari 2.9.2 for ellsea fixJ08nY2017-04-061-0/+1
* Fix some leaks, add option to specify PARI stack sizeJ08nY2017-04-051-1/+2
* Make some stuff staticJ08nY2017-04-051-4/+4
* Add exhaustive_gen_retry, fix infinite loop, add retry limit to exhaustive genJ08nY2017-04-051-1/+2
* Fixed inalid curve generation segfaultJ08nY2017-03-091-0/+1
* Added requested points type option + count optionJ08nY2017-03-011-2/+2
* Added option to request uniquely generated curves.J08nY2017-02-281-1/+5
* Added irreducibility check, equation_quit, gens_oneJ08nY2017-02-281-3/+3
* Added generatorsJ08nY2017-02-191-2/+4
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-18/+85
* Added some docs + DoxyfileJ08nY2017-02-151-0/+3
* Implemented json output, also output format option (-t/--format)J08nY2017-02-151-2/+2
* Fixed invalid curve generation and prime order point generationJ08nY2017-02-141-0/+1
* Added point generation:J08nY2017-02-141-7/+5
* Implemented invalid curve generationJ08nY2017-02-141-11/+139
* Properly split into submodulesJ08nY2017-02-102-0/+33
* Seperated different generation methods into modules.J08nY2017-02-092-0/+13