#mpc
Wiki 5
- Beaver Triples Precomputed (a, b, c=ab) triples in shared form that turn secret-shared multiplication into a constant-degree, two-round operation
- Beaver Triples for Secure Multiplication Stoffel Labs walkthrough of how Beaver triples let secret-shared values be multiplied without raising the reconstruction threshold
- Secret Sharing Splitting a secret into n shares such that any t reconstruct it and fewer than t learn nothing; the additive substrate underneath MPC
- Secure Multiparty Computation Cryptographic protocols where n parties jointly compute f(x₁,...,xₙ) without revealing their inputs; the output is the only thing learned
- Stoffel Labs MPC-as-a-service company building a developer-facing platform on top of [[secret-sharing]] + [[beaver-triples]] protocols