You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: