aboutsummaryrefslogtreecommitdiff
path: root/src/gen/gens.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix metadata generation for supersingular curve.J08nY2024-11-291-0/+3
| | | | Embedding degree was failing, so defined it to 0?
* 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
| | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point.
* Update copyright year.J08nY2018-01-011-1/+1
|
* Fix running out of stack in embedding degree computation.J08nY2017-12-201-10/+1
| | | | - It is a simple Fp_order computation, why the dumb algo? :D
* Fix gens_get_embedding and brainpool RFC generation.J08nY2017-12-171-1/+3
| | | | | - The Brainpool RFC generation still uses way too much stack, so it is likely leaking it somewhere, but not sure where.
* 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
| | | | | | - Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant.
* 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