ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
963 stars 310 forks source link

Question about proof of pubkey consist #183

Open b33ngo opened 1 year ago

b33ngo commented 1 year ago

Has the protocol some features to proof that the public key participates in the multisig or that the multisig is created by a set of public keys? There is some task to proof that some user is part of multisig or some group of users created a multisig. If it is possible how can it be done?

leontiad commented 1 year ago

Hi thanks for your comment. Can you elaborate a bit more? That crate does not implement multisigs with a need to prove ownership of secret key to the published public if that is what you mean