title | parent | has_children | nav_order |
---|---|---|---|
GMW protocol |
Protocols |
true |
3 |
classical MPC protocol of Goldreich, Micali, and Wigderson (GMW), which uses a boolean-circuit representation for the function being computed and is secure against a semi-honest adversary controlling any number of corrupted parties.
The protocol can be generlized to arithmetic circuits as well.
The GMW protocol should be distingushed from the GMW Compiler which shows it is possible to convert protocol secure for semi-honest into one secure for malicious.