summaryrefslogtreecommitdiff
path: root/ecc-mul-a-eh.c
Commit message (Expand)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 Montgom...Niels Möller2014-09-171-2/+2
* 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