gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 02/02: fix miscellaneous warnings


From: gnunet
Subject: [taler-docs] 02/02: fix miscellaneous warnings
Date: Sun, 28 Nov 2021 10:26:59 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit a913984b294b53d2cec2a3636a311a240d454e98
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sun Nov 28 04:25:51 2021 -0500

    fix miscellaneous warnings
---
 core/api-common.rst   |  7 +++++++
 core/api-exchange.rst | 24 ++++++++++++++++++------
 2 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index 3c65e5c..6b0f792 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -555,36 +555,43 @@ uses 512-bit hash codes (64 bytes).
    };
 
 .. sourcecode:: c
+
    struct TALER_DenominationHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_PrivateContractHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_ExtensionContractHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_MerchantWireHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_PaytoHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_BlindedCoinHash {
      struct GNUNET_HashCode hash;
    };
 
 .. sourcecode:: c
+
    struct TALER_CoinPubHash {
      struct GNUNET_HashCode hash;
    };
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 3edd531..17f29ec 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -283,7 +283,9 @@ possibly by using HTTPS.
       | RsaDenominationKey
       | CSDenominationKey;
 
-  .. ts:def:: RsaDenominationKey {
+  .. ts:def:: RsaDenominationKey
+
+    interface RsaDenominationKey {
       cipher: "RSA";
 
       // 32-bit age mask.
@@ -293,7 +295,9 @@ possibly by using HTTPS.
       rsa_public_key: RsaPublicKey;
     }
 
-  .. ts:def:: CSDenominationKey {
+  .. ts:def:: CSDenominationKey
+
+    interface CSDenominationKey {
       cipher: "CS";
 
       // 32-bit age mask.
@@ -1525,14 +1529,18 @@ exchange.
       | RsaBlindedDenominationSignature
       | CSBlindedDenominationSignature;
 
-  .. ts:def:: RsaBlindedDenominationSignature {
+  .. ts:def:: RsaBlindedDenominationSignature
+
+    interface RsaBlindedDenominationSignature {
       cipher: "RSA";
 
       // (blinded) RSA signature
       blinded_rsa_signature: BlindedRsaSignature;
     }
 
-  .. ts:def:: CSBlindedDenominationSignature {
+  .. ts:def:: CSBlindedDenominationSignature
+
+    interface CSBlindedDenominationSignature {
       type: "CS";
 
       // FIXME: tbd
@@ -1733,14 +1741,18 @@ denomination.
       | RsaDenominationSignature
       | CSDenominationSignature;
 
-  .. ts:def:: RsaDenominationSignature {
+  .. ts:def:: RsaDenominationSignature
+
+    interface RsaDenominationSignature {
       cipher: "RSA";
 
       // RSA signature
       rsa_signature: RsaSignature;
     }
 
-  .. ts:def:: CSBDenominationSignature {
+  .. ts:def:: CSBDenominationSignature
+
+    interface CSBDenominationSignature {
       type: "CS";
 
       // FIXME: tbd

-- 
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]