aboutsummaryrefslogtreecommitdiff
path: root/src/gen/gens.c
Commit message (Expand)AuthorAgeFilesLines
* Fix metadata generation for supersingular curve.J08nY2024-11-291-0/+3
* Fix #17.J08nY2022-12-071-1/+2
* Fix computation of embedding degree.J08nY2018-07-041-2/+2
* Separate subgroup object functions into obj.J08nY2018-03-281-0/+1
* Separate point object functions into obj.J08nY2018-03-281-1/+1
* Fix generation with set cofactor.J08nY2018-03-031-2/+3
* Refactor point generation tests.J08nY2018-03-031-8/+7
* Rewrite generator and point generation code.J08nY2018-03-031-11/+64
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-031-1/+1
* Update copyright year.J08nY2018-01-011-1/+1
* Fix running out of stack in embedding degree computation.J08nY2017-12-201-10/+1
* Fix gens_get_embedding and brainpool RFC generation.J08nY2017-12-171-1/+3
* Fix some errors in brainpool rfc generation (4/7 RFC curves pass).J08nY2017-12-171-9/+13
* Cleanup includes and test setup/teardown.J08nY2017-10-171-1/+0
* Add several check_fs for standard security requirements.J08nY2017-10-171-0/+40
* Remove gens_check_cofactor.J08nY2017-09-291-2/+0
* Introduce HAS_ARG(args) macro.J08nY2017-09-291-3/+1
* Pass arg_t to check_f.J08nY2017-09-291-0/+4
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+45