summaryrefslogtreecommitdiff
path: root/ecc-add-ehh.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce scratch need for ecc_add_ehhNiels Möller2020-11-031-29/+28
* Separate result area for ecc_mod_mul and ecc_mod_sqr.Niels Möller2020-11-011-12/+12
* ecc: remove ecc_modp_foo/ecc_modq_foo macrosDmitry Baryshkov2020-02-151-21/+21
* Rename add and dup functions for Edwards curves.Niels Möller2019-12-181-78/+0
* Comment fixes for ecc_add_ehhNiels Möller2019-12-141-8/+9
* Implement Curve448 primitivesDaiki Ueno2019-11-301-2/+75
* Fix comment on the ecc_add_ehh formulas.Niels Möller2015-01-271-6/+6
* 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-13/+13
* Switch curve25519 implementation to use the Ed25519 twisted Edwards curve.Niels Möller2014-08-291-3/+7
* Reduce ecc_add_ehh scratch need.Niels Möller2014-07-261-33/+36
* Comment fixes.Niels Möller2014-07-151-3/+3
* Implemented point addition for Edwards curves.Niels Möller2014-07-141-0/+114