summaryrefslogtreecommitdiff
path: root/ecc-eh-to-a.c
Commit message (Expand)AuthorAgeFilesLines
* New functions ecc_mod_mul_canonical and ecc_mod_sqr_canonical.Niels Möller2021-03-111-10/+2
* Improve scratch usage in ecc_mod_inv.Niels Möller2020-11-141-2/+2
* 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
* Delete tests and code for ecdsa over curve25519.Niels Möller2019-12-071-19/+2
* Comment fixes.Niels Möller2017-09-231-3/+4
* ecc-eh-to-a, eddsa-sign: Parameterize hard-coded valueDaiki Ueno2017-09-231-1/+1
* Moved internal declarations from ecc.h to ecc-internal.h.Niels Möller2015-01-271-8/+0
* Drop an unneeded local cy variable.Niels Möller2014-10-041-1/+0
* curve25519: Use powering to compute modp inverses, 5.5 times faster than ecc_...Niels Möller2014-09-231-3/+4
* ecc_mod_inv interface and allocation changes.Niels Möller2014-09-231-3/+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-16/+16
* Let "affine" points for curve25519 be Edwards coordinates rather than Montgom...Niels Möller2014-09-171-44/+19
* Fixed sign error in comment.Niels Möller2014-09-021-1/+1
* ecc_eh_to_a interface change, optionally reduce x mod q.Niels Möller2014-08-281-5/+21
* Updated FIXME comments.Niels Möller2014-08-231-6/+7
* Comment fixes.Niels Möller2014-07-151-1/+4
* Implemented point doubling for Edwards curves.Niels Möller2014-07-111-0/+101