summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-18Change multi-threaded SEA back to general algoJ08nY1-8/+1
2017-04-17Update READMEJ08nY1-0/+1
2017-04-17Move assert.sh into a submoduleJ08nY4-201/+5
2017-04-16Try to fix multi-threaded SEAJ08nY3-3/+35
2017-04-16Change invalid curve generation thread argument passingJ08nY3-7/+8
2017-04-12Added basic test for binary field curveJ08nY5-3/+6
2017-04-12Updated READMEJ08nY1-16/+16
2017-04-12Add unrolls to invalid generation methodJ08nY2-10/+11
2017-04-11Add basicc exhaustive generation testJ08nY6-7/+218
2017-04-11Remove too verbose debug logJ08nY1-1/+0
2017-04-11Fix unnecessary indirection in curve_paramsJ08nY1-10/+4
2017-04-11Add basic testsJ08nY6-3/+38
2017-04-10Added unroll functions, to generalize going back in exhaustive generationJ08nY14-35/+134
2017-04-10Fix lib MakefilesJ08nY2-18/+16
2017-04-10Fix debug macroJ08nY2-2/+2
2017-04-10Fix Makefile (DEBUG)J08nY1-3/+3
2017-04-10Fixed exhaustive curve generation for params with no curveJ08nY5-8/+24
2017-04-10Moved curve output in multi-threaded invalid curve generation to master threadJ08nY8-47/+54
2017-04-09Fix READMEJ08nY1-3/+4
2017-04-09Added multi-threading support to invalid curve generationJ08nY38-204/+659
2017-04-09Fix point copyJ08nY2-3/+4
2017-04-08Fix README, speedup travisJ08nY2-23/+24
2017-04-07Adde temporary ellinit free (until proper unroll functions)J08nY1-1/+6
2017-04-07fix bad object free(after stack rewind)J08nY1-5/+0
2017-04-07Version bump0.4.0J08nY3-4/+4
2017-04-07Fix binary field curve generation, move config into config.hJ08nY15-53/+107
2017-04-06Fix curve generation over binary fields, cleanup CMakelistsJ08nY8-15/+23
2017-04-06Fix inputs with leading zeroJ08nY1-1/+1
2017-04-06Fix ellinit leak, also compile with pari 2.9.2 for ellsea fixJ08nY3-4/+13
2017-04-05Update README and MakefileJ08nY2-25/+43
2017-04-05Fix some leaks, add option to specify PARI stack sizeJ08nY9-14/+43
2017-04-05Fix input when EOF reachedJ08nY1-2/+8
2017-04-05Clean up MakefilesJ08nY2-6/+9
2017-04-05Removed GP compilation, added econvert targetJ08nY7-67/+24
2017-04-05Make some stuff staticJ08nY9-16/+16
2017-04-05Fix curve_copy, generators were not copiedJ08nY1-0/+6
2017-04-05Shorten travis scriptJ08nY1-4/+0
2017-04-05Add exhaustive_gen_retry, fix infinite loop, add retry limit to exhaustive genJ08nY5-10/+49
2017-04-04Fix inputJ08nY1-0/+11
2017-03-25Fixed cofactor generation for larger bounds.J08nY1-4/+5
2017-03-25Added option to request no points on the curveJ08nY3-2/+7
2017-03-25Fixed generation with cofactor.J08nY3-8/+16
2017-03-16Added sha1 implementation for ANSI X9.62 verifiably random algo.J08nY6-2/+238
2017-03-09fix output when reading from fileJ08nY1-2/+2
2017-03-09Rename and reformatJ08nY26-181/+244
2017-03-09Fixed inalid curve generation segfaultJ08nY1-0/+1
2017-03-01Default to prime pointsJ08nY1-1/+1
2017-03-01Updated READMEJ08nY1-1/+23
2017-03-01Added requested points type option + count optionJ08nY13-33/+150
2017-02-28Added option to request uniquely generated curves.J08nY5-77/+84