summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-18 14:24:22 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-18 14:24:50 +0200
commite6d61f666bddb8fd38c2f64b3f02a8d83721c92d (patch)
tree870429cfa0db05abb29af1d7a6b377afa1752949
parent7c4153d403e9fc2b4a005da17acac7a43a2e0a11 (diff)
downloadexchange-e6d61f666bddb8fd38c2f64b3f02a8d83721c92d.tar.gz
exchange-e6d61f666bddb8fd38c2f64b3f02a8d83721c92d.tar.bz2
exchange-e6d61f666bddb8fd38c2f64b3f02a8d83721c92d.zip
remove comment about un-instantiated protocol
-rw-r--r--doc/paper/taler.tex1
-rw-r--r--doc/paper/taler_FC2017.txt9
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex
index 2f6d45e19..8c17a284f 100644
--- a/doc/paper/taler.tex
+++ b/doc/paper/taler.tex
@@ -57,6 +57,7 @@
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\usepackage{eurosym}
+\usepackage[T1]{fontenc}
% Copyright
diff --git a/doc/paper/taler_FC2017.txt b/doc/paper/taler_FC2017.txt
index bd6fbfd0b..4c0087ff5 100644
--- a/doc/paper/taler_FC2017.txt
+++ b/doc/paper/taler_FC2017.txt
@@ -150,10 +150,8 @@ Specific comments:
> Yes, juxtaposition denotes multiplication. "commit to disk" has been
> changed to "persist", the customer must persis the value before making the
> bank transaction, so that they don't lose their reserve key should the system
-> crash. It is used to restart the operation in case of a crash.
-> Where the blinding factor "b" is selected from depends on the instantiation
-> of the protocol, it's simply a fresh blinding factor in the blind signature
-> scheme.
+> crash.
+> We added some clarification about to where random values are selected from.
- Section 4.1, step 3, what is the key K used in FDH? Also is S_w(B) a standard
signature?
@@ -189,8 +187,7 @@ Specific comments:
denotes? Is that a commitment (as noted in the text) or a signature (as noted
in notation table?).
-> We multiply t_s^(i) with G, so the only reasonable domain is
-> [1,n] where n is the order of the elliptic curve we use.
+> We clarified what t_s^(i) is.
> S_{C’} is a signature made with private key C’_p, what we sign
> over is the commitment.