Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 611 Bytes

gmw.md

File metadata and controls

16 lines (10 loc) · 611 Bytes
title parent has_children nav_order
GMW protocol
Protocols
true
3

GMW Protocol

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.