summaryrefslogtreecommitdiff
path: root/ecc-mul-a-eh.c
Commit message (Expand)AuthorAgeFilesLines
* Delete sec_tabselect, use gmp's mpn_sec_tabselect instead.Niels Möller2022-10-111-2/+2
* Updated itch macros for ecc point multiplication and signaturesrefactor-ecc-modNiels Möller2020-11-081-1/+1
* Stricter requirements for in-place ecc_add_func.Niels Möller2020-11-031-1/+1
* Use add_hh rather than add_hhh for ecc_mul_a_eh.Niels Möller2019-12-251-3/+3
* ecc: Add add_hh and dup members to ecc_curveDaiki Ueno2017-09-181-6/+6
* 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