summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-25 11:02:17 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-25 11:02:17 +0200
commit2936900de2e2efed303f3fa7c91885815f4a368f (patch)
treeb2bbf3a707aa85edb84e87b0a280e9a278f1bff0
parentb746fa22bb5c2b7b740179714005dd39ce1c1e21 (diff)
downloadpapers-2936900de2e2efed303f3fa7c91885815f4a368f.tar.gz
papers-2936900de2e2efed303f3fa7c91885815f4a368f.tar.bz2
papers-2936900de2e2efed303f3fa7c91885815f4a368f.zip
skR
-rw-r--r--taler-fc19/paper.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-fc19/paper.tex b/taler-fc19/paper.tex
index fe6f595..3243e1f 100644
--- a/taler-fc19/paper.tex
+++ b/taler-fc19/paper.tex
@@ -892,12 +892,12 @@ Using these primitives, we now instantiate the syntax:
Let $\V{skD}_u$ be the secret key corresponding to $\V{pkD}_u$.
We write \[ \algo{Blind}^*_{BS}(\mathcal{S}(\V{sk}), \mathcal{R}(R,
- \V{sk}_C, \V{pk}, m)) \mapsto (\overline{m}, r, \mathcal{T}_{B*}) \] for a
+ \V{skR}, \V{pk}, m)) \mapsto (\overline{m}, r, \mathcal{T}_{B*}) \] for a
modified version of $\algo{Blind}_{BS}$ where the signature requester
$\mathcal{R}$ takes all randomness from the sequence
$\left(\V{PRF}(R,\texttt{"blind"}\Vert n)\right)_{n>0}$, the messages from the exchange are
recorded in transcript $\mathcal{T}_{B*}$, and all messages sent by the
- requester are signed with $\V{sk}_C$.
+ requester are signed with $\V{skR}$.
Furthermore we write \[ \algo{KeyGen}^*_{CSK}(R, 1^\lambda) \mapsto
(\V{sk}, \V{pk}) \] for a modified version of the key generation algorithm