summaryrefslogtreecommitdiff
path: root/ecc-eh-to-a.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved internal declarations from ecc.h to ecc-internal.h.Niels Möller2015-01-271-8/+0
|
* Drop an unneeded local cy variable.Niels Möller2014-10-041-1/+0
|
* curve25519: Use powering to compute modp inverses, 5.5 times faster than ↵Niels Möller2014-09-231-3/+4
| | | | ecc_mod_inv.
* ecc_mod_inv interface and allocation changes.Niels Möller2014-09-231-3/+2
|
* Added invert function pointer to struct ecc_modulo.Niels Möller2014-09-221-1/+1
| | | | | Updated and renamed sec_modinv -> ecc_mod_inv, and deleted the ecc_modp_inv and ecc_modq_inv wrapper functions.
* Introduced struct ecc_modulo.Niels Möller2014-09-221-16/+16
|
* Let "affine" points for curve25519 be Edwards coordinates rather than ↵Niels Möller2014-09-171-44/+19
| | | | Montgomery coordinates.
* Fixed sign error in comment.Niels Möller2014-09-021-1/+1
|
* ecc_eh_to_a interface change, optionally reduce x mod q.Niels Möller2014-08-281-5/+21
|
* Updated FIXME comments.Niels Möller2014-08-231-6/+7
|
* Comment fixes.Niels Möller2014-07-151-1/+4
|
* Implemented point doubling for Edwards curves.Niels Möller2014-07-111-0/+101