Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Garbage collect a reference to ecp_mont.c, rewrap comment | tb | 2024-11-12 | 1 | -7/+6 |
| | | | | spotted by jsing | ||||
* | ecp_methods.c: rewrap some lines | tb | 2024-11-12 | 1 | -25/+25 |
| | |||||
* | Lose the ugly GFp_simple_ and GFp_mont_ infixes | tb | 2024-11-12 | 1 | -127/+117 |
| | |||||
* | Make ec_GFp_simple_* static | tb | 2024-11-12 | 1 | -31/+31 |
| | | | | | These functions are no longer shared between multiple files, so they can be static in ecp_methods.c and the long list of prototypes can go away. | ||||
* | Merge ecp_mont.c into ecp_methods.c | tb | 2024-11-12 | 1 | -1/+205 |
| | |||||
* | KNF nit for end of comment marker | tb | 2024-11-12 | 1 | -2/+2 |
| | |||||
* | Rename ecp_smpl.c to ecp_methods.c | tb | 2024-11-12 | 1 | -0/+1656 |
While not the greatest of names, ecp_methods.c is better than ecp_smpl.c. It matches the naming ecx_methods.c and in a subsequent commit it will become the new home of the stuff in ecp_mont.c as well. discussed with jsing |