summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump version.0.7.3J08nY2018-11-271-2/+2
* Add option to build ecgen with PARI linked statically.J08nY2018-07-161-1/+9
* Add git commit to built binary.J08nY2018-07-132-1/+15
* Check size of requested CM order when generating.J08nY2018-07-131-0/+8
* Fix Travis coverage.J08nY2018-07-121-1/+1
* Add option to specify order by factors.J08nY2018-07-128-28/+162
* Fix Travis.J08nY2018-07-106-68/+4
* Do not leak memory in hex check.J08nY2018-07-091-2/+1
* Use exhaustive generation of some params in CM generation.J08nY2018-07-0914-102/+284
* Cleanup cm_prime curve construction.J08nY2018-07-072-49/+17
* Implement complex multiplication even for composite order curves.J08nY2018-07-076-76/+331
* Bump version.0.7.2J08nY2018-07-041-2/+2
* Fix computation of embedding degree.J08nY2018-07-042-3/+3
* Fix setting --points=none.J08nY2018-07-042-7/+4
* Fix some edge cases of supersingular generation method.J08nY2018-07-023-10/+17
* Add method for generating supersingular curves.J08nY2018-07-025-40/+128
* Fix generating points on subgroup of order 2.J08nY2018-07-021-4/+11
* Print PARI debugging stuff on DEBUG=1.J08nY2018-07-011-0/+4
* Add util directory and jq script to transform into CSV.J08nY2018-06-307-17/+18
* Fix discriminant check.J08nY2018-06-301-19/+2
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-309-2/+128
* Add check that bits in argument are indeed a number.J08nY2018-06-281-1/+5
* Bump version.0.7.1J08nY2018-04-301-2/+2
* Fix PARI stack leak in custom CM method.J08nY2018-04-222-8/+9
* Bump version.0.7.0J08nY2018-04-102-3/+3
* Fix custom CM method.feature/cm-retryJ08nY2018-04-102-74/+17
* Retry looking for the correct discriminant in CM.J08nY2018-04-102-63/+174
* Properly handle edge-cases for CM method.J08nY2018-04-093-9/+20
* Remove unused code in custom CM method.J08nY2018-04-091-53/+1
* Add the custom CM method, finally working.J08nY2018-04-095-60/+178
* Add p1363_polclass.J08nY2018-04-082-9/+47
* Fix P1363 poly generation.J08nY2018-04-072-41/+80
* Use computed precision in p1363.J08nY2018-04-075-59/+58
* Add test for p1363_forms.J08nY2018-04-072-17/+38
* Added custom CM generation skeleton.J08nY2018-04-073-2/+158
* Rename P1363 form struct.J08nY2018-04-073-25/+25
* More bits tests.J08nY2018-04-051-2/+2
* Copyright fixes and Makefile fixes.J08nY2018-04-051-1/+1
* Fix codecov on Travis.J08nY2018-03-281-1/+1
* More tests and better handling for the invalid range option.J08nY2018-03-281-2/+4
* Add option to generate invalid curves with a range of orders.J08nY2018-03-283-37/+34
* Introduce and use OBJ macro.J08nY2018-03-287-237/+72
* Separate subgroup object functions into obj.J08nY2018-03-288-198/+210
* Separate curve object functions into obj.J08nY2018-03-287-119/+134
* Separate point object functions into obj.J08nY2018-03-288-186/+197
* Make the EOF and error failure message more clear.J08nY2018-03-252-3/+11
* Fix infinite loop when encountering EOF/error in input file read.J08nY2018-03-254-11/+26
* Add option to generate only some parameters randomly and input others.J08nY2018-03-244-18/+61
* Run clang-format.J08nY2018-03-204-10/+10
* Bump version0.6.5J08nY2018-03-052-2/+3