gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] branch master updated: sync link protocol with


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: sync link protocol with thesis version
Date: Wed, 26 Jun 2019 13:11:56 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 9516440  sync link protocol with thesis version
9516440 is described below

commit 9516440e54e88fd0b32f54e91245a7b2a025c583
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 13:11:49 2019 +0200

    sync link protocol with thesis version
---
 api-exchange.rst | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/api-exchange.rst b/api-exchange.rst
index 9a3412a..b906d33 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -877,8 +877,7 @@ the API during normal operation.
 
       // The original commitment, used to match the /refresh/reveal
       // to the corresponding /refresh/melt operation.
-      rc: TALER_RefreshCommitmentP;
-
+      rc: HashCode;
     }
 
 
@@ -904,7 +903,7 @@ the API during normal operation.
       code: integer;
 
       // Commitment as calculated by the exchange from the revealed data.
-      rc_expected: TALER_RefreshCommitmentP;
+      rc_expected: HashCode;
 
     }
 
@@ -951,6 +950,13 @@ the API during normal operation.
 
       // Exchange's blinded signature over the exchangeed coin.
       ev_sig: BlindedRsaSignature;
+
+      // Blinded coin, to be verified by the wallet to protect against
+      // a malicious exchange.
+      coin_ev: CoinEnvelope;
+
+      // Signature made by the old coin over the refresh request.
+      link_sig: EddsaSignature;
     }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]