Skip to content

Commit

Permalink
Add distinctness assumption to OT
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 15, 2024
1 parent 71da599 commit cb6af7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easy/src/ot.typ
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ot>

Alice has $n$ messages $x_1, dots, x_n$.
For simplicity we'll assume the messages are pairwise distinct
(if not, one can pad them with random bits).
Bob wants to request the $i$-th message,
without letting Alice learn anything about the value of $i$.
Alice wants to send Bob $x_i$,
Expand Down

0 comments on commit cb6af7b

Please sign in to comment.