-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
BLS threshold m-of-n signatures #12
Comments
See "Sign 3 msgs with 3 keys" example in readme. Threshold = aggregated sigs. |
Yeah that's m-of-m signatures as I see... What about n-of-m ones? Is there possibility for actually "threshold"? |
We don't provide out-of-box API for it, but could be simple to implement. Resources for myself and others about m-of-n threshold sigs on bls: https://www.jcraige.com/threshold-bls-signatures https://xn--2-umb.com/22/bls-signatures/ |
Would be happy to contribute in implementation of this if I would know cryptography 😂 |
It's said in readme that BLS can be used well for threshold signatures, with link to article that describes how it works cryptographically.
However I couldn't find how to do it using noble-curves. Is it possible currently?
The text was updated successfully, but these errors were encountered: