diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-18 09:35:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-18 09:35:16 +0200 |
commit | f9b0db41464812e9d15e8a5498c3c9b042f3506f (patch) | |
tree | 597ad9201ac7806e194e24e6050e8d0ad84a06f2 /doc/paper/taler.tex | |
parent | 02a3f3d96e37edf0ca47b83743ce8bec8256bc51 (diff) |
update rfc.bib, add reference to EdDSA, update response to FC2017 reviews
Diffstat (limited to 'doc/paper/taler.tex')
-rw-r--r-- | doc/paper/taler.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex index a2b96809e..48e4a1c40 100644 --- a/doc/paper/taler.tex +++ b/doc/paper/taler.tex @@ -476,7 +476,7 @@ financial reserve. In addition, Taler includes an \emph{auditor} who assures customers and merchants that the exchange operates correctly. %\vspace{-0.3cm} -\subsection{Security model} +\subsection{Security considerations} %\vspace{-0.3cm} As a payment system, Taler naturally needs to make sure that coins are @@ -802,7 +802,7 @@ purposes. The exchange's bank transfers dealing in traditional currency are expected to be recorded for tax authorities to ensure taxability. % FIXME: Auditor? -$S_K$ denotes RSA signing with denomination key $K$ and EdDSA +$S_K$ denotes RSA signing with denomination key $K$ and EdDSA~\cite{eddsa,rfc8032} over elliptic curve $\mathbb{E}$ for other types of keys. $G$ denotes the generator of elliptic curve $\mathbb{E}$. @@ -1487,7 +1487,7 @@ exchange. The customer can subsequently withdraw coins from this reserve into their \emph{wallet}, which stores and manages coins. To withdrawal of coins from the exchange, the customer's wallet authenticates -itself using an Ed25519 private key for the customer's reserve. +itself using an Ed25519 private key for the customer's reserve. The customer must include the corresponding reserve public key in the payment instruction from the customer's bank to the exchange's bank that funded their reserve. With a bank that directly supports Taler |