summaryrefslogtreecommitdiff
path: root/src/io/cli.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-02-28fixed leak in gens and pointsJ08nY2-0/+10
2017-02-28added stack rewind code to exhaustive_genJ08nY1-5/+22
2017-02-28fixed leak in io/output.cJ08nY2-3/+3
2017-02-28Added irreducibility check, equation_quit, gens_oneJ08nY16-36/+131
2017-02-19Added github deploy to travisJ08nY1-2/+11
2017-02-19Update version badge0.3.0J08nY1-1/+1
2017-02-19ecgen v0.3: some cleanup and version bumpJ08nY10-34/+49
2017-02-19Added generatorsJ08nY12-85/+168
2017-02-19Always read a whole pari_ulong from dev/urandomJ08nY1-1/+5
2017-02-17Add travis to readmeJ08nY2-5/+8
2017-02-17Fix libpari-dev version in travisJ08nY3-3/+5
2017-02-17Update travis to use gcc-6 and clang-3.9J08nY1-24/+7
2017-02-17Try travis fix compilerJ08nY1-8/+8
2017-02-17Make travis use right CCJ08nY2-13/+13
2017-02-17Try other travis compilersJ08nY1-5/+38
2017-02-17fixed makefile for travisJ08nY2-4/+4
2017-02-17Fix travis.ymlJ08nY1-1/+1