MPC & TSS Playground
MPC (Multi-Party Computation) and TSS (Threshold Signature Schemes) allow a private key to be split among multiple parties. No single party ever holds the full key, yet they can still collaboratively sign messages.
How Does It Work?
- Generate a private key and split it into multiple shares.
- Use a subset of the shares to sign a message (threshold signing).
- Verify the signature using the public key — just like ECDSA.
← Back to Home