gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: no salt


From: gnunet
Subject: [taler-docs] branch master updated: no salt
Date: Fri, 27 Nov 2020 14:37:54 +0100

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 cd79463  no salt
cd79463 is described below

commit cd794638cc32a498ab2545c506d8c0af9bae5d7d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 27 14:37:52 2020 +0100

    no salt
---
 core/api-exchange.rst | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index e6a03f2..3ce044a 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -322,9 +322,6 @@ possibly by using HTTPS.
       // payto:// URL identifying the account and wire method
       url: string;
 
-      // Salt value (used when hashing 'url' to verify signature)
-      salt: string;
-
       // Signature using the exchange's offline key
       // with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS.
       master_sig: EddsaSignature;
@@ -393,10 +390,10 @@ Management operations authorized by master key
       master_pub: EddsaPublicKey;
 
       // Public key of the denomination security module.
-      denom_secmod_pub: EddsaPublicKey;
+      denom_secmod_public_key: EddsaPublicKey;
 
       // Public key of the signkey security module.
-      signkey_secmod_pub: EddsaPublicKey;
+      signkey_secmod_public_key: EddsaPublicKey;
 
     }
 
@@ -683,12 +680,13 @@ Management operations authorized by master key
       // payto:// URL identifying the account and wire method
       payto_uri: string;
 
-      // Salt value (used when hashing 'url' to verify signature)
-      salt: string;
-
       // Signature using the exchange's offline key
       // with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS.
-      master_sig: EddsaSignature;
+      master_sig_wire: EddsaSignature;
+
+      // Signature using the exchange's offline key
+      // with purpose TALER_SIGNATURE_MASTER_WIRE_ADD.
+      master_sig_add: EddsaSignature;
 
       // When does the wire method become active?
       // Should be the time when the signature was created,
@@ -734,8 +732,8 @@ Management operations authorized by master key
       payto_uri: string;
 
       // Signature using the exchange's offline key
-      // with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS.
-      master_sig: EddsaSignature;
+      // with purpose TALER_SIGNATURE_MASTER_WIRE_DEL.
+      master_sig_del: EddsaSignature;
 
       // Should be the time when the signature was created,
       // using the (monotonic!) local time of the system

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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