summaryrefslogtreecommitdiff
path: root/ecc-pp1-redc.c
Commit message (Expand)AuthorAgeFilesLines
* Add separate result argument to all mod functions.Niels Möller2020-10-301-4/+4
* Use GMP functions mpn_cnd_add_n, mpn_cnd_sub_n and mpn_cnd_swap.use-mpn_cnd-functionsNiels Möller2020-10-281-1/+1
* Use struct ecc_modulo for all mod and redc functions.Niels Möller2014-09-221-10/+10
* Introduced struct ecc_modulo.Niels Möller2014-09-221-11/+9
* Split ecc_generic_redc into two functions ecc_pp1_redc and ecc_pm1_redc.Niels Möller2014-08-281-0/+71