summaryrefslogtreecommitdiff
path: root/curve25519-eh-to-x.c
Commit message (Expand)AuthorAgeFilesLines
* New functions ecc_mod_mul_canonical and ecc_mod_sqr_canonical.Niels Möller2021-03-111-5/+1
* Update invert calls for curve25519_eh_to_x and curve448_eh_to_xNiels Möller2020-11-141-8/+8
* Separate result area for ecc_mod_mul and ecc_mod_sqr.Niels Möller2020-11-011-1/+1
* ecc: remove ecc_modp_foo/ecc_modq_foo macrosDmitry Baryshkov2020-02-151-4/+4
* Rename nettle_curve25519 to _nettle_curve25519, and remove declaration from e...Niels Möller2015-03-191-1/+1
* ecc_mod_inv interface and allocation changes.Niels Möller2014-09-231-2/+2
* Added invert function pointer to struct ecc_modulo.Niels Möller2014-09-221-1/+1
* Introduced struct ecc_modulo.Niels Möller2014-09-221-6/+6
* New function curve25519_eh_to_x.Niels Möller2014-09-021-0/+81