summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-25 15:42:04 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-25 15:42:04 +0200
commit5a916cdee27c9309d920a2a3e2e7811d8acdcc52 (patch)
tree2b89369a9586aa072aa9958bfc98f09d1b4137c5 /doc
parent60a601eb945f59cac7072ba85244cb3bf2bd9785 (diff)
downloadexchange-5a916cdee27c9309d920a2a3e2e7811d8acdcc52.tar.gz
exchange-5a916cdee27c9309d920a2a3e2e7811d8acdcc52.tar.bz2
exchange-5a916cdee27c9309d920a2a3e2e7811d8acdcc52.zip
fix more notation inconsistencies
Diffstat (limited to 'doc')
-rw-r--r--doc/paper/taler.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex
index 0e00cf48b..31adb46a6 100644
--- a/doc/paper/taler.tex
+++ b/doc/paper/taler.tex
@@ -847,7 +847,7 @@ cut-and-choose practical and efficient in this context.
this time to prevent the exchange from assisting tax evasion. \\
%
The exchange sends $S_{K'}(C'_p, \gamma)$ to the customer where
- $K'$ is the exchange's message signing key.
+ $K'$ is the exchange's message signing key, thereby commmitting the exchange to $\gamma$.
\item[POST {\tt /refresh/reveal}]
The customer commits $\langle C', S_K(C'_p, \gamma) \rangle$ to disk.
Also, the customer assembles
@@ -860,16 +860,16 @@ cut-and-choose practical and efficient in this context.
\vspace{-2ex}
\begin{minipage}{5cm}
\begin{align*}
- \overline{L}_i :&= H(t_s^{(i)} C_p') \\
- \overline{c}_s^{(i)} :&= \KDF_{\textrm{Ed25519}}(\overline{L}_i) \\
- \overline{C^{(i)}_p} :&= \overline{c}_s^{(i)} G
+ \overline{L^{(i)}} :&= H(t_s^{(i)} C_p') \\
+ \overline{c_s^{(i)}} :&= \KDF_{\textrm{Ed25519}}(\overline{L^{(i)}}) \\
+ \overline{C^{(i)}_p} :&= \overline{c_s^{(i)}} G
\end{align*}
\end{minipage}
\begin{minipage}{5cm}
\begin{align*}
\overline{T_p^{(i)}} :&= t_s^{(i)} G \\
- \overline{b}^{(i)} :&= \FDH_K(\KDF_{\textrm{blinding}}(\overline{L}_i)) \\
- \overline{B^{(i)}} :&= B_{\overline{b_i}}(\overline{C_p^{(i)}})
+ \overline{b^{(i)}} :&= \FDH_K(\KDF_{\textrm{blinding}}(\overline{L^{(i)}})) \\
+ \overline{B^{(i)}} :&= B_{\overline{b^{(i)}}}(\overline{C_p^{(i)}})
\end{align*}
\end{minipage}