gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: API updates for merchant implementat


From: gnunet
Subject: [taler-docs] branch master updated: API updates for merchant implementation of #6173
Date: Sun, 12 Apr 2020 20:46:53 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 505c408  API updates for merchant implementation of #6173
505c408 is described below

commit 505c40867519ede39a3087b60e86de2004275a10
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Apr 12 20:46:50 2020 +0200

    API updates for merchant implementation of #6173
---
 core/api-merchant.rst | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 4fc736a..22c090f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1,6 +1,6 @@
 ..
   This file is part of GNU TALER.
-  Copyright (C) 2014, 2015, 2016, 2017 Taler Systems SA
+  Copyright (C) 2014-2020 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU General Public License as published by the Free Software
@@ -1286,11 +1286,16 @@ both by the user's browser and their wallet.
   .. ts:def:: TipResponse
 
     interface TipResponse {
-      // Public key of the reserve
-      reserve_pub: EddsaPublicKey;
 
+      // Blind RSA signatures over the planchets.
       // The order of the signatures matches the planchets list.
-      reserve_sigs: EddsaSignature[];
+      blind_sigs: BlindSignature[];
+    }
+
+    interface BlindSignature {
+
+      // The (blind) RSA signature. Still needs to be unblinded.
+      blind_sig: RsaSignature;
     }
 
 

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



reply via email to

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