diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-17 16:31:41 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-17 16:31:41 +0200 |
commit | 191bcd67f896272da313b958b97d37a6da27995a (patch) | |
tree | 5af3b8b8a1a347f15b21d2dd60f38c460aad08b1 /doc/paper/taler_FC2017.txt | |
parent | e86133118a454164b4294eb15c014374818f9138 (diff) |
explain what 'persist' means on first usage
Diffstat (limited to 'doc/paper/taler_FC2017.txt')
-rw-r--r-- | doc/paper/taler_FC2017.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/paper/taler_FC2017.txt b/doc/paper/taler_FC2017.txt index b00eb067d..daf13138a 100644 --- a/doc/paper/taler_FC2017.txt +++ b/doc/paper/taler_FC2017.txt @@ -133,6 +133,14 @@ Specific comments: selected from? What does it mean to “commit to disk”? The customer commits and keeps the commitment local? Where is this used? +> 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. + - Section 4.1, step 3, what is the key K used in FDH? Also is S_w(B) a standard signature? |