summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJeffrey Burdges <burdges@gnunet.org>2017-11-17 22:49:08 +0100
committerJeffrey Burdges <burdges@gnunet.org>2017-11-17 22:49:08 +0100
commitd62fc61daf4b1a3079548b6f71017246d2c656a2 (patch)
tree57516854a0afd618139b28eb84310bc7182d93d8 /games
parenta727bd1827a71321dcba41b6290df67185974e4e (diff)
downloadpapers-d62fc61daf4b1a3079548b6f71017246d2c656a2.tar.gz
papers-d62fc61daf4b1a3079548b6f71017246d2c656a2.tar.bz2
papers-d62fc61daf4b1a3079548b6f71017246d2c656a2.zip
Unshares is redundent now
Diffstat (limited to 'games')
-rw-r--r--games/games.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/games.tex b/games/games.tex
index 1934593..854f7c2 100644
--- a/games/games.tex
+++ b/games/games.tex
@@ -175,9 +175,9 @@ Let \oraSet{Anon} stand for access to the oracles \ora{AddClient}, \ora{Withdraw
another transaction until refreshing them.}
\item $b \randsel{} \{0,1\}$
\comment{Random bit selected by challenger}
- \item Select unshared unspent coins $\V{pkC}_0$ and $\V{pkC}_1$ from
- the wallets of $\V{pkU}_0, \V{pkU}_1$, respectively. Return 0 if
- either $\V{pkU}_0$ or $\V{pkU}_1$ has no unspent unshared coin.
+ \item Select unspent coins $\V{pkC}_0$ and $\V{pkC}_1$ from
+ the wallets of $\V{pkU}_0, \V{pkU}_1$, respectively. Return 0
+ if either $\V{pkU}_0$ or $\V{pkU}_1$ has no unspent coin.
\item $\V{dp_1} \leftarrow \algo{Spend}(\V{contract}_b, \emptyset, \V{pkC}_b, \V{pkM})$, \\
$\V{dp_2} \leftarrow \algo{Spend}(\V{contract}_{(1-b)}, \emptyset, \V{pkC}_{(1-b)}, \V{pkM})$ \\
Spend these two coins without revealing the customer's identity.