What do you mean by “MPC uses TEE”? This is one of the most common questions I get. Let me break it down 👇
MPC (Multi-Party Computation) means multiple nodes jointly compute something without revealing their private inputs. Each node runs part of the computation and cooperates with others to reach the final result. Sounds decentralized? Not quite.
6.24K