aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Enable LTO.J08nY2019-03-261-0/+0
* Check size of requested CM order when generating.J08nY2018-07-131-1/+2
* Add more CM tests.J08nY2018-07-121-0/+9
* Add option to specify order by factors.J08nY2018-07-121-0/+1
* Fix Travis.J08nY2018-07-104-55/+0
* Use exhaustive generation of some params in CM generation.J08nY2018-07-091-1/+1
* Implement complex multiplication even for composite order curves.J08nY2018-07-072-13/+18
* Add more tests for supersingular method.J08nY2018-07-022-4/+30
* Fix some edge cases of supersingular generation method.J08nY2018-07-021-0/+25
* Add method for generating supersingular curves.J08nY2018-07-022-1/+18
* Fix discriminant check.J08nY2018-06-301-1/+7
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-302-2/+5
* Add check that bits in argument are indeed a number.J08nY2018-06-281-0/+1
* Add more real-world tests, compute and check orders of some SECG curves.J08nY2018-04-1713-70/+28
* Fix custom CM method.feature/cm-retryJ08nY2018-04-101-1/+1
* Properly handle edge-cases for CM method.J08nY2018-04-092-1/+15
* Add the custom CM method, finally working.J08nY2018-04-091-15/+15
* Add p1363_polclass.J08nY2018-04-081-0/+10
* Add test for P1363.J08nY2018-04-071-2/+19
* Use computed precision in p1363.J08nY2018-04-072-16/+17
* Add test for p1363_forms.J08nY2018-04-071-0/+33
* Added custom CM generation skeleton.J08nY2018-04-071-0/+42
* More bits tests.J08nY2018-04-052-5/+42
* More CLI tests.J08nY2018-04-051-0/+2
* Copyright fixes and Makefile fixes.J08nY2018-04-0528-30/+32
* Fix clean-cov make target.J08nY2018-04-031-0/+3
* Fix codecov on Travis.J08nY2018-03-281-1/+1
* More tests and better handling for the invalid range option.J08nY2018-03-281-0/+2
* Add option to generate invalid curves with a range of orders.J08nY2018-03-281-0/+2
* Separate subgroup object functions into obj.J08nY2018-03-281-0/+1
* Separate curve object functions into obj.J08nY2018-03-282-0/+2
* Separate point object functions into obj.J08nY2018-03-282-1/+2
* Add option to generate only some parameters randomly and input others.J08nY2018-03-241-0/+0
* Run clang-format.J08nY2018-03-201-0/+0
* Test cofactor generation a bit more.J08nY2018-03-031-0/+1
* Refactor point generation tests.J08nY2018-03-032-111/+121
* Rewrite generator and point generation code.J08nY2018-03-037-397/+167
* Add tests for Koblitz order store.J08nY2018-02-272-3/+36
* Remove unnecessary test data files.feature/drop-csv-supportJ08nY2018-02-274-32/+0
* Drop CSV support.J08nY2018-02-273-37/+6
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-031-1/+6
* Compute twist order, as it is obviously known.J08nY2018-01-191-3/+6
* Add a set of Koblitz curves to be searched to speedup order computation.J08nY2018-01-191-7/+5
* Add some more basic tests for coverage.J08nY2018-01-187-1/+174
* Add curve twists to CLI and update options in README.J08nY2018-01-182-9/+18
* Add utilities to create random curve twists.J08nY2018-01-181-0/+48
* Fix binary curve generation.J08nY2018-01-181-1/+1
* Fix running out of stack in embedding degree computation.J08nY2017-12-201-6/+24
* Only do a short test on Travis.J08nY2017-12-181-1/+6
* Add more Brainpool tests, fix some.J08nY2017-12-181-0/+8