summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-04-20 21:22:27 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-04-20 21:22:27 +0200
commitc48be97d2dc4fbf3592021ca9c49c875008988b1 (patch)
tree79b1da3d9a54d58d300728e8a9becc62aa8f1485
parentfa52d02147a37dc1b43faf3e78c47e60d542171e (diff)
downloadpapers-c48be97d2dc4fbf3592021ca9c49c875008988b1.tar.gz
papers-c48be97d2dc4fbf3592021ca9c49c875008988b1.tar.bz2
papers-c48be97d2dc4fbf3592021ca9c49c875008988b1.zip
notation changes
-rw-r--r--games/games.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/games.tex b/games/games.tex
index 79db455..a026cfe 100644
--- a/games/games.tex
+++ b/games/games.tex
@@ -193,11 +193,10 @@ protocol.
Note that some instantiation (e.g. those using zero knowledge proofs) might
not leave \prt{U} the possibility to play dishonestly.
- \item \algo{Link}(\prt{E}(\V{skE}, \V{pkU}), \prt{U}(\V{skU}, \V{pkE}, \V{skCoin})):
+ \item \algo{Link}(\prt{E}(\V{skE}), \prt{U}(\V{skU}, \V{pkE}, \V{skCoin})):
Interactive protocol between exchange and user.
If \V{skCoin} is the secret key of a coin that was refreshed, then
we recompute the refreshed coin and add it to to the user's wallet $wallet[\V{pkU}]$.
- \comment{No skE or pkE here}
\end{itemize}