Doesn't this have the same downside as Shamir's secret sharing in that you need to bring all the keys together to construct a "full" bitcoin key. THEN you can sign the transaction.
Using regular multi-sig the keys are actually separate.
Thankfully no!
FROST and other MPC Schnorr signing protocols create partial signatures which are signed independently, and then combined to form a final signature.
So your keys can be as separate as you like.
reply
That is awesome! 👏
reply