aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-035-15/+49
* Compute twist order, as it is obviously known.J08nY2018-01-192-3/+12
* Add a set of Koblitz curves to be searched to speedup order computation.J08nY2018-01-194-2/+98
* Cleanup includes.0.6.4J08nY2018-01-185-5/+0
* Add curve twists to CLI and update options in README.J08nY2018-01-188-6/+55
* Add utilities to create random curve twists.J08nY2018-01-184-0/+54
* Fix binary curve generation.J08nY2018-01-181-1/+1
* Update copyright year.J08nY2018-01-0166-67/+67
* Bump version.0.6.3J08nY2017-12-202-3/+3
* Fix running out of stack in embedding degree computation.J08nY2017-12-204-14/+8
* Add more Brainpool tests, fix some.J08nY2017-12-181-1/+3
* Do not skip Brainpool RFC tests.J08nY2017-12-171-1/+1
* Add seadata to Travis.feature/brainpool-algoJ08nY2017-12-173-5/+8