Skip to content

Commit

Permalink
Expand on MPC guarantees
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Dec 17, 2024
1 parent c30a216 commit d846154
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,17 @@ The basic guarantee provided by MPC
is that only the defined outputs of a function,
plus well-defined leakage,
is revealed to any entity.
These guarantees hold only to the extent that

The MPC guarantees hold only to the extent that
a subset of the entities that participate are honest.
For the two-party MPC used in Prio,
privacy--
that is, the confidentiality of inputs--
is maintained
as long as either MPC operator remains honest.
This MPC configuration does not protect
against the corruption of the outputs
by either MPC operator.

### Prio and DAP ### {#prio}

Expand Down

0 comments on commit d846154

Please sign in to comment.