summaryrefslogtreecommitdiff
path: root/curve448-eh-to-x.c
Commit message (Expand)AuthorAgeFilesLines
* New functions ecc_mod_mul_canonical and ecc_mod_sqr_canonical.Niels Möller2021-03-111-4/+1
* Update invert calls for curve25519_eh_to_x and curve448_eh_to_xNiels Möller2020-11-141-11/+11
* Separate result area for ecc_mod_mul and ecc_mod_sqr.Niels Möller2020-11-011-2/+2
* ecc: remove ecc_modp_foo/ecc_modq_foo macrosDmitry Baryshkov2020-02-151-2/+2
* Implement Curve448 primitivesDaiki Ueno2019-11-301-0/+73