Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add generic constant time multi-exp for ECDH #100

Closed
gmaxwell opened this issue Nov 12, 2014 · 2 comments
Closed

add generic constant time multi-exp for ECDH #100

gmaxwell opened this issue Nov 12, 2014 · 2 comments
Assignees

Comments

@gmaxwell
Copy link
Contributor

There should be a public interface offering a constant-time generic multiexp, e.g. out_point = s1_P1 + s2_P2 + ... + sn*Pn, for use in ECDH and ECDH with forward secrecy. (unless there is some speedup I'm not thinking of which only works for the non-multiexp case).

Maybe API wise it could split precomputation and the multiply, for applications where points are reused? e.g. pass in a set of precomputed tables?

@sipa sipa self-assigned this Nov 18, 2014
@Kagami
Copy link

Kagami commented Jan 13, 2015

👍 It would be very nice to have ECDH.

@sipa
Copy link
Contributor

sipa commented Nov 28, 2016

Fixed by #252.

@sipa sipa closed this as completed Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants