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: need eddsa_pub in /payba


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: need eddsa_pub in /payback response, updating spec
Date: Wed, 29 Mar 2017 15:01:16 +0200

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

grothoff pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new a46e5ab  need eddsa_pub in /payback response, updating spec
a46e5ab is described below

commit a46e5abc2f2862cc317b7011ae08ccc9f2650fca
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Mar 29 15:04:13 2017 +0200

    need eddsa_pub in /payback response, updating spec
---
 api/api-exchange.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 349d05d..9d38ce7 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -1033,7 +1033,13 @@ in using this API.
       // payback request, and that the exchange promises to transfer the funds
       // by the date specified (this allows the exchange delaying the transfer
       // a bit to aggregate additional payback requests into a larger one).
-      sig: EddsaSignature;
+      eddsa_sig: EddsaSignature;
+
+      // Public EdDSA key of the exchange that was used to generate the 
signature.
+      // Should match one of the exchange's signing keys from /keys.  It is 
given
+      // explicitly as the client might otherwise be confused by clock skew as 
to
+      // which signing key was used.
+      eddsa_pub: EddsaPublicKey;
     }
 
 

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



reply via email to

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