summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_field.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide bn_mod_sqr_words() and call it from ec_field_element_sqr().jsing2025-08-021-2/+2
* Provide constant time conditional selection between EC_FIELD_ELEMENTs.jsing2025-08-021-1/+14
* Implement EC field element operations.jsing2025-05-251-0/+189