Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ec_wNAF_mul() to ec_wnaf_mul() | tb | 2024-12-06 | 1 | -2/+2 |
* | Inline trivial EC point methods | tb | 2024-11-30 | 1 | -59/+1 |
* | Get BNs Z coordinates from the BN_CTX | tb | 2024-11-30 | 1 | -8/+3 |
* | Improve ec_points_make_affine() | tb | 2024-11-30 | 1 | -119/+93 |
* | Minor simplifications in ec_cmp() | tb | 2024-11-17 | 1 | -11/+9 |
* | Simplify signature of ec_wNAF_mul() | tb | 2024-11-16 | 1 | -2/+2 |
* | Garbage collect a reference to ecp_mont.c, rewrap comment | tb | 2024-11-12 | 1 | -7/+6 |
* | 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 |
* | 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 |