summaryrefslogtreecommitdiff
path: root/ecc-mul-a-eh.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved internal declarations from ecc.h to ecc-internal.h.Niels Möller2015-01-271-10/+5
|
* Introduced struct ecc_modulo.Niels Möller2014-09-221-20/+20
|
* Let "affine" points for curve25519 be Edwards coordinates rather than ↵Niels Möller2014-09-171-2/+2
| | | | Montgomery coordinates.
* Fixed window-based ecc_mul_a_eh.Niels Möller2014-08-021-3/+0
|
* Implemented ecc_a_to_eh and ecc_mul_a_eh, for curve25519.Niels Möller2014-07-291-0/+184