← Cybersecurity Alphabet Soup

MPC

Multi-Party Computation

cryptohard

MPC lets several parties jointly compute a function over their private inputs without revealing those inputs to each other. Classic examples include comparing salaries without disclosing them or computing statistics across hospitals without sharing patient records. Today MPC underpins threshold signing for cryptocurrency custody, where a private key is split so no single machine ever holds it, and NIST is standardizing related threshold cryptography techniques.

Sources

More in crypto