Threshold Signatures Scheme #8235
robert-zaremba
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
This would absolutely be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does this need a change to the SDK? Wouldn't the sigs be created off-chain and be transparent to the SDK? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, Cosmos-SDK supports basic constructions for Multisig: an object composed of primitive public keys and treschold information.
This implementation is relatively simple and works well. However there are few disadvantages:
Here I want to check on a need for Threshold Signatures based on Multi-Party Computation (MPC), where no single entity has a full key access, and the transaction and signature looks like a primitive (BaseAccount) transaction. Clear advantage of such approach is:
References:
Beta Was this translation helpful? Give feedback.
All reactions