summaryrefslogtreecommitdiff
path: root/taler-fc19
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-16 21:44:45 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-16 21:44:45 +0200
commit285ffc707f914f0f9641d8b2035b48d6bd380a6a (patch)
tree4ad64f6c1db1be5ec29da8abca8a8d1a082a7cd1 /taler-fc19
parentf1940143bae9eb600876c162947a2e1f3a76bb6c (diff)
downloadpapers-285ffc707f914f0f9641d8b2035b48d6bd380a6a.tar.gz
papers-285ffc707f914f0f9641d8b2035b48d6bd380a6a.tar.bz2
papers-285ffc707f914f0f9641d8b2035b48d6bd380a6a.zip
make the tex compile
Diffstat (limited to 'taler-fc19')
-rw-r--r--taler-fc19/paper.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-fc19/paper.tex b/taler-fc19/paper.tex
index a69d099..93ebe6e 100644
--- a/taler-fc19/paper.tex
+++ b/taler-fc19/paper.tex
@@ -780,17 +780,17 @@ We require the following two security properties for $\textsc{BlindSign}$:
\begin{itemize}
\item \emph{blindness}: Let $M$ be the set of all possible messages and $\overline{M}$ be the
set of all possible blinded messages. Then the distribution of
- \[ \left\{ (m, \simga, \overline{m}, \overline{\simga}) \,\middle|
+ \[ \left\{ (m, \sigma, \overline{m}, \overline{\sigma}) \,\middle|
m\, \randsel M,
\overline{m} \leftarrow \algo{Blind}_{BS}(\mathcal{S}(\V{sk}), m),
- \overline{\simga} \leftarrow \algo{Sign}_{BS}(\V{sk}, \overline{m}),
+ \overline{\sigma} \leftarrow \algo{Sign}_{BS}(\V{sk}, \overline{m}),
\sigma \leftarrow \algo{UnblindSig}_{BS}(r, m, \overline{\sigma})
\right\} \]
must be computationally
indistinguishable from
- \[ \left\{ (m, \simga, x, \simga_x) \,\middle|\,
+ \[ \left\{ (m, \sigma, x, \sigma_x) \,\middle|\,
m \randsel M,
- \sigma \eftarrow \algo{UnblindSig}_{BS}(r, m, \algo{Sign}_{BS}(\V{sk}, \algo{Blind}_{BS}(\mathcal{S}(\V{sk}), m)) )
+ \sigma \leftarrow \algo{UnblindSig}_{BS}(r, m, \algo{Sign}_{BS}(\V{sk}, \algo{Blind}_{BS}(\mathcal{S}(\V{sk}), m)) )
x \randsel \overline{M},
\sigma_x \leftarrow \algo{UnblindSig}_{BS}(r, x, \algo{Sign}_{BS}(\V{sk}, \algo{Blind}_{BS}(\mathcal{S}(\V{sk}), x)) )
\right\}. \]