-
Notifications
You must be signed in to change notification settings - Fork 72
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
Is full PublicKeySet really needed to combine signature/decryption shares? #103
Comments
That makes sense. I'm happy to review it.
|
That's a good point which I didn't consider and which makes this whole idea significantly less useful for our needs. Closing the issue for now. |
Hello, It seems no change in the API was made eventually. |
(Sorry, I'm not on this project anymore. Not sure if it's currently maintained.) |
Thanks for your feedback! I will create a fork and publish it to crates.io, as the maintainer seems to have disappeared. |
It seems the only piece of info used is the threshold: https://github.com/poanetwork/threshold_crypto/blob/master/src/lib.rs#L606, https://github.com/poanetwork/threshold_crypto/blob/master/src/lib.rs#L616
Would an alternative API that only takes the threshold make sense?
This way people wouldn't have to store the full
PublicKeySet
which is kind of expensive.Would you guys accept a PR implementing this?
The text was updated successfully, but these errors were encountered: