Score:1

How can the AND gate be executed efficiently in the GMW protocol for the MPC setting?

us flag

GMW is a pretty straight forward protocol for the setting of 2PC. It is still straight forward for the case of MPC except for the AND gate. I'm struggling to understand how to obtain a "good" communication complexity. To be more specific, the AND gate is described by the following function.

\begin{aligned} c &=a \wedge b=\left(a_1 \oplus \cdots \oplus a_n\right) \wedge\left(b_1 \oplus \cdots \oplus b_n\right) \\ &=\left(\bigoplus_{i=1}^n a_i \wedge b_i\right) \oplus\left(\bigoplus_{i \neq j} a_i \wedge b_j\right) \end{aligned}

Of course the first term can be computed locally, but the second term from my intuition requires $\mathcal{O}(n^2)$ OTs. Is there a better way to evaluate this term?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.