summaryrefslogtreecommitdiff
path: root/ecc-add-ehh.c
Commit message (Expand)AuthorAgeFilesLines
* 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