summaryrefslogtreecommitdiff
path: root/ecc-secp384r1.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce output range of ecc_mod_sub.Niels Möller2022-08-161-0/+2
* Let secp384r1 inverse and sqrt share most of the powering.Niels Möller2021-11-111-72/+95
* Implement secp384r1 square root, based on patch by Wim Lewis.Niels Möller2021-11-081-3/+76
* Implement secp192r1 square root, based on patch by Wim Lewis.Niels Möller2021-11-081-0/+4
* Delete a few old FIXME commentsNiels Möller2021-09-241-1/+0
* Generalize ECC_J_TO_A_ITCH.Niels Möller2020-11-131-1/+1
* Optimize modular inversion for secp384r1.Niels Möller2020-11-111-3/+60
* Add separate result argument to all mod functions.Niels Möller2020-10-301-37/+38
* Use GMP functions mpn_cnd_add_n, mpn_cnd_sub_n and mpn_cnd_swap.use-mpn_cnd-functionsNiels Möller2020-10-281-2/+2
* Delete definition of ecc->gNiels Möller2020-01-251-1/+0
* ecc: rename functions to contain curve names instead of bitsDmitry Eremin-Solenikov2020-01-101-8/+8
* ecc: prefix optimized ECC function names with underscoreDmitry Eremin-Solenikov2020-01-101-1/+1
* ecc: rename source files with curves dataDmitry Eremin-Solenikov2020-01-101-0/+218