-
Notifications
You must be signed in to change notification settings - Fork 282
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
Plans to support MPC over elliptic curves? #1559
Comments
ECDSA is already supported: https://mp-spdz.readthedocs.io/en/latest/ecdsa.html |
This functionality is indeed missing. You should find that f7c5a18 adds it. |
Thank you! |
Hello Marcel,
I’m wondering if there are any plans to support MPC over elliptic curves, for example as in Distributing any Elliptic Curve Based Protocol?
For my use case, I would only need to perform linear operations over elliptic curves using Araki et al. Do you have any suggestions for implementing this with this software?
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: