summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_methods.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check discriminant directly in EC_GROUP_set_discriminant()tb2025-01-071-60/+1
* Inline the last two uses of ec_mont_group_clear()tb2025-01-061-14/+11
* Remove get_order_bits() and get_degree() methodstb2025-01-061-11/+1
* Inline the copy handlers in EC_GROUP_copy()tb2025-01-061-44/+1
* Revise comments to note that these are Jacobian projective coordinates.jsing2025-01-061-3/+6
* Remove indirection for coordinate blinding.jsing2025-01-061-4/+2
* Stop caching one in the Montgomery domaintb2025-01-061-48/+12
* Prepare removal accessors for Jprojective coordinatestb2025-01-061-69/+10
* Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb2025-01-051-133/+133
* Garbage collect .group_finish()tb2025-01-011-18/+1
* Garbage collect .group_init()tb2025-01-011-24/+1
* Use the shorthand p rather than &group->p in one more placetb2025-01-011-2/+2
* Rename group->field to group->ptb2024-12-121-27/+27
* Rename ec_wNAF_mul() to ec_wnaf_mul()tb2024-12-061-2/+2
* Inline trivial EC point methodstb2024-11-301-59/+1
* Get BNs Z coordinates from the BN_CTXtb2024-11-301-8/+3
* Improve ec_points_make_affine()tb2024-11-301-119/+93
* Minor simplifications in ec_cmp()tb2024-11-171-11/+9
* Simplify signature of ec_wNAF_mul()tb2024-11-161-2/+2
* Garbage collect a reference to ecp_mont.c, rewrap commenttb2024-11-121-7/+6
* ecp_methods.c: rewrap some linestb2024-11-121-25/+25
* Lose the ugly GFp_simple_ and GFp_mont_ infixestb2024-11-121-127/+117
* Make ec_GFp_simple_* statictb2024-11-121-31/+31
* Merge ecp_mont.c into ecp_methods.ctb2024-11-121-1/+205
* KNF nit for end of comment markertb2024-11-121-2/+2
* Rename ecp_smpl.c to ecp_methods.ctb2024-11-121-0/+1656