summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some better gcc optimization options to Makefile.J08nY2018-03-031-3/+10
* Use the Koblitz order store to lookup a curve order fast.J08nY2018-03-035-11/+39
* Fix generation with set cofactor.J08nY2018-03-032-5/+5
* Add direcory names to include guards.J08nY2018-03-0333-99/+99
* Refactor point generation tests.J08nY2018-03-0312-87/+85
* Rewrite generator and point generation code.J08nY2018-03-0325-612/+772
* Add tests for Koblitz order store.J08nY2018-02-272-2/+19
* Drop CSV support.J08nY2018-02-278-193/+21
* Fix memory leak in brainpool and brainpool_rfc methods.J08nY2018-02-032-9/+9
* Fix invalid write in check.cJ08nY2018-02-031-1/+2
* Fix some memory leaks in threaded invalid generation.J08nY2018-02-035-14/+37