| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix metadata generation for supersingular curve. | J08nY | 2024-11-29 | 1 | -0/+3 |
| | | | | | Embedding degree was failing, so defined it to 0? | ||||
| * | Fix #17. | J08nY | 2022-12-07 | 1 | -1/+2 |
| | | |||||
| * | Fix computation of embedding degree. | J08nY | 2018-07-04 | 1 | -2/+2 |
| | | |||||
| * | Separate subgroup object functions into obj. | J08nY | 2018-03-28 | 1 | -0/+1 |
| | | |||||
| * | Separate point object functions into obj. | J08nY | 2018-03-28 | 1 | -1/+1 |
| | | |||||
| * | Fix generation with set cofactor. | J08nY | 2018-03-03 | 1 | -2/+3 |
| | | |||||
| * | Refactor point generation tests. | J08nY | 2018-03-03 | 1 | -8/+7 |
| | | |||||
| * | Rewrite generator and point generation code. | J08nY | 2018-03-03 | 1 | -11/+64 |
| | | |||||
| * | Fix Valgrind warnings about timeout struct allocations. | J08nY | 2018-02-03 | 1 | -1/+1 |
| | | | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point. | ||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix running out of stack in embedding degree computation. | J08nY | 2017-12-20 | 1 | -10/+1 |
| | | | | | - It is a simple Fp_order computation, why the dumb algo? :D | ||||
| * | Fix gens_get_embedding and brainpool RFC generation. | J08nY | 2017-12-17 | 1 | -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). | J08nY | 2017-12-17 | 1 | -9/+13 |
| | | |||||
| * | Cleanup includes and test setup/teardown. | J08nY | 2017-10-17 | 1 | -1/+0 |
| | | |||||
| * | Add several check_fs for standard security requirements. | J08nY | 2017-10-17 | 1 | -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. | J08nY | 2017-09-29 | 1 | -2/+0 |
| | | |||||
| * | Introduce HAS_ARG(args) macro. | J08nY | 2017-09-29 | 1 | -3/+1 |
| | | |||||
| * | Pass arg_t to check_f. | J08nY | 2017-09-29 | 1 | -0/+4 |
| | | |||||
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -0/+45 |
