summaryrefslogtreecommitdiff
path: root/ecc-mod-arith.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce output range of ecc_mod_sub.Niels Möller2022-08-161-1/+14
* New function ecc_mod_equal_p, based on patch by Wim Lewis.Niels Möller2021-11-081-0/+10
* New function ecc_mod_zero_p.Niels Möller2021-10-261-0/+16
* New functions ecc_mod_mul_canonical and ecc_mod_sqr_canonical.Niels Möller2021-03-111-0/+24
* Separate result area for ecc_mod_mul and ecc_mod_sqr.Niels Möller2020-11-011-30/+11
* Add separate result argument to all mod functions.Niels Möller2020-10-301-2/+2
* Use GMP functions mpn_cnd_add_n, mpn_cnd_sub_n and mpn_cnd_swap.use-mpn_cnd-functionsNiels Möller2020-10-281-7/+7
* Shared implementation of ecc_mod_pow_2k and related functionsNiels Möller2020-10-141-0/+38
* New ecc_mod_* functions, replacing ecc_modp_* and ecc_modq_*.Niels Möller2014-09-221-0/+127