summaryrefslogtreecommitdiff
path: root/taler-fc19
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-25 11:07:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-25 11:07:02 +0200
commitba1aa573d11a41d7c0824fba6dfc45656ff146e3 (patch)
tree2eab2d6a5f3d4bb3f3741f1d519236ec0a791411 /taler-fc19
parent2936900de2e2efed303f3fa7c91885815f4a368f (diff)
downloadpapers-ba1aa573d11a41d7c0824fba6dfc45656ff146e3.tar.gz
papers-ba1aa573d11a41d7c0824fba6dfc45656ff146e3.tar.bz2
papers-ba1aa573d11a41d7c0824fba6dfc45656ff146e3.zip
sk->pk for blind signing
Diffstat (limited to 'taler-fc19')
-rw-r--r--taler-fc19/paper.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-fc19/paper.tex b/taler-fc19/paper.tex
index 3243e1f..117a950 100644
--- a/taler-fc19/paper.tex
+++ b/taler-fc19/paper.tex
@@ -914,7 +914,7 @@ Using these primitives, we now instantiate the syntax:
\item and executes the modified blinding protocol
\[
(\overline{m}_i, r_i, \mathcal{T}_{(B*,i)}) \leftarrow
- \algo{Blind}^*_{BS}(\mathcal{E}(\V{skD_u}), \mathcal{C}(x_i, \V{skCoin}_0, \V{pkD}_u, \V{skCoin}_i))
+ \algo{Blind}^*_{BS}(\mathcal{E}(\V{skD_u}), \mathcal{C}(x_i, \V{skCoin}_0, \V{pkD}_u, \V{pkCoin}_i))
\]
with the exchange.
\end{enumerate}