mirror of
https://github.com/tlsnotary/docs-mdbook.git
synced 2026-01-08 04:13:57 -05:00
DEAP clarify that Enc means encode
This commit is contained in:
@@ -37,7 +37,7 @@ In the last phase of our protocol Bob must open all oblivious transfers he sent
|
||||
|
||||
* $x$ and $y$ are Alice and Bob's inputs, respectively.
|
||||
* $[X]_A$ denotes an encoding of $x$ chosen by Alice.
|
||||
* $[x]$ and $[y]$ are Alice and Bob's encoded _active_ inputs, respectively, ie $\mathsf{Enc}(x, [X]) = [x]$.
|
||||
* $[x]$ and $[y]$ are Alice and Bob's encoded _active_ inputs, respectively, ie $\mathsf{Encode}(x, [X]) = [x]$.
|
||||
* $\mathsf{com}_x$ denotes a binding commitment to $x$
|
||||
* $G$ denotes a garbled circuit for computing $f(x, y) = v$, where:
|
||||
* $\mathsf{Gb}([X], [Y]) = G$
|
||||
@@ -133,4 +133,4 @@ Bob's only options are to behave honestly, or cause Alice to abort without leaki
|
||||
|
||||
### Malicious Alice & Bob
|
||||
|
||||
They deserve whatever they get.
|
||||
They deserve whatever they get.
|
||||
|
||||
Reference in New Issue
Block a user