Skip to content

Commit

Permalink
Consistent notation in MPC intro
Browse files Browse the repository at this point in the history
  • Loading branch information
tideofwords committed Jul 9, 2024
1 parent 14253fd commit 04c6bcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions easy/src/mpc.typ
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ being
<the-problem>
Here is our problem setting, slightly more formally:

- Alice knows a secret bitstring $a$ of length $s$ bits.
- Bob knows a secret bitstring $b$ of length $t$ bits.
- $f$ is a binary circuit, which takes in $s + t$ bits, and runs them
through some $n$ gates. The outputs of some of the gates are the
- Alice knows a secret bitstring $a$ of length $m$ bits.
- Bob knows a secret bitstring $b$ of length $n$ bits.
- $f$ is a binary circuit, which takes in $m + n$ bits, and runs them
through some $k$ gates. The outputs of some of the gates are the
public outputs of the circuit. Without loss of generality, let’s also
suppose that each gate in $f$ accepts either $1$ or $2$ input bits,
and outputs a single output bit.
Expand Down

0 comments on commit 04c6bcb

Please sign in to comment.