summaryrefslogtreecommitdiff
path: root/ecc-dup-eh.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce scratch need for ecc_dup_eh.Niels Möller2020-11-031-31/+34
* Separate result area for ecc_mod_mul and ecc_mod_sqr.Niels Möller2020-11-011-7/+7
* ecc: remove ecc_modp_foo/ecc_modq_foo macrosDmitry Baryshkov2020-02-151-13/+13
* Rename add and dup functions for Edwards curves.Niels Möller2019-12-181-72/+1
* Eliminate one unneeded ecc_modp_add in ecc_dup_eh.Niels Möller2019-12-151-3/+3
* Comment fixes and notation for ecc_dup_ehNiels Möller2019-12-151-49/+53
* Implement Curve448 primitivesDaiki Ueno2019-11-301-1/+54
* Moved internal declarations from ecc.h to ecc-internal.h.Niels Möller2015-01-271-6/+0
* Introduced struct ecc_modulo.Niels Möller2014-09-221-10/+10
* Switch curve25519 implementation to use the Ed25519 twisted Edwards curve.Niels Möller2014-08-291-5/+18
* Implemented point doubling for Edwards curves.Niels Möller2014-07-111-0/+98