aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Test the presence of submodules when running tests.J08nY2021-04-101-1/+7
| | | | Fixes #11.
* Add logo.J08nY2020-08-091-1/+3
|
* Add method for generating supersingular curves.J08nY2018-07-021-0/+5
|
* Update README.mdJ08nY2018-07-021-0/+55
|
* Add info about CM to README.J08nY2018-04-101-12/+22
|
* Rewrite generator and point generation code.J08nY2018-03-031-10/+10
|
* Drop CSV support.J08nY2018-02-271-4/+3
|
* Add curve twists to CLI and update options in README.J08nY2018-01-181-4/+8
|
* Format and update README.J08nY2017-10-141-1/+14
|
* Update README.J08nY2017-10-041-0/+1
|
* Update usage in README.J08nY2017-09-301-2/+2
|
* Update readme to reflect ANSI X9.62 merge.J08nY2017-09-191-1/+1
|
* Add codecov badge to README.J08nY2017-07-201-1/+1
|
* Add docs about point options.J08nY2017-06-041-1/+1
| | | | | - Adds some docs about the possible --points= options. - Adds cmake/ to .gitignore.
* Added some docs, moved licenseJ08nY2017-05-251-13/+20
|
* Added generating of points on all subgroups of a curve.J08nY2017-05-231-1/+1
| | | | | - Use --points=all, the number of points can be quite large however, it's 2^(num of prime subgroups of the curve).
* Fix License in readme to GPL v2J08nY2017-05-211-13/+15
|
* Add notice about not finished/implemented parts to READMEJ08nY2017-05-201-3/+12
| | | | | | - Also to --help output - Also add notes about used libraries and their licenses - Fix CMake build by adding src/util/*.c
* Fixed unrolls / unique generator curve generatonJ08nY2017-05-071-5/+8
| | | | | | - Also added some tests to catch some regressions like this early - Fixed double free in gens, also some funky stuff with gunclone and obj_free in curve_free
* Update READMEJ08nY2017-04-171-0/+1
|
* Updated READMEJ08nY2017-04-121-16/+16
|
* Fix READMEJ08nY2017-04-091-3/+4
|
* Fix README, speedup travisJ08nY2017-04-081-22/+23
|
* Update README and MakefileJ08nY2017-04-051-23/+35
|
* Rename and reformatJ08nY2017-03-091-1/+29
|
* Updated READMEJ08nY2017-03-011-1/+23
|
* Update version badge0.3.0J08nY2017-02-191-1/+1
|
* ecgen v0.3: some cleanup and version bumpJ08nY2017-02-191-1/+1
|
* Add travis to readmeJ08nY2017-02-171-2/+7
|
* Implemented json output, also output format option (-t/--format)J08nY2017-02-151-1/+6
|
* README: added generation methodsJ08nY2017-02-131-4/+32
|
* Added more irreducible polynomials. from HP.J08nY2017-02-081-20/+16
|
* Moved to a more modular generation processJ08nY2017-02-071-13/+21
| | | | | | | | | | | | | | Curves are now generated in a loop through a func. pointer array, built from cli args. - Allows complex behavior from simple funcs - a func can "rewind" previous generation steps, if it can not succesfuly guarantee that it will generate a curve/param/point with property requested. - e.g. curve_nonzero rewinds [b, a, field] (returns -3) if the curve specified by [field, a, b] has a zero discriminant. This way, [field, a, b] can be generated/produced/input again and a curve might get constructed that will be nonzero.
* Added prime order curve generation.J08nY2017-02-061-2/+8
|
* ecgen v0.2: major rewrite0.2.0J08nY2017-02-051-26/+20
|
* README: fix some usage informationJ08nY2017-01-021-3/+2
|
* Added readme footerJ08nY2016-12-211-0/+4
|
* Added Build and Requirements to readmeJ08nY2016-12-211-4/+18
|
* Fixed readme formatting nowJ08nY2016-12-211-1/+3
|
* Fixed readme formattingJ08nY2016-12-211-1/+1
|
* Updated readme with usage informationJ08nY2016-12-211-1/+23
|
* initial commitJ08nY2016-12-211-0/+10