-
Notifications
You must be signed in to change notification settings - Fork 16
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 threshold (multi)signatures #6
Comments
There is a lot of literature on this topic, including fairly applied things like https://eprint.iacr.org/2017/216.pdf but some literature notes singled out by @Daeinar
I'd love it if we can keep this code parallel with w3f/schnorrkel#11 but maybe not so easy. |
I believe the most advanced threshold signature implementation is https://github.com/poanetwork/threshold_crypto but they do not provide our abstractions, and one should optimize the arithmetic ala poanetwork/threshold_crypto#13 We should do threshold signatures in a way that supports #4 if possible. All this sounds doable if threshold signatures are provided in a way that exploits the current aggregation abstraction, but it's worth considering any parallels with w3f/schnorrkel#11 too.
The text was updated successfully, but these errors were encountered: