gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix spinx compile issues


From: gnunet
Subject: [taler-docs] branch master updated: fix spinx compile issues
Date: Fri, 15 Oct 2021 12:02:57 +0200

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

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 1b86a2e  fix spinx compile issues
1b86a2e is described below

commit 1b86a2e9094e56cc15ebe646842068018fd3ebfb
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Fri Oct 15 12:02:54 2021 +0200

    fix spinx compile issues
---
 design-documents/024-age-restriction.rst | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/design-documents/024-age-restriction.rst 
b/design-documents/024-age-restriction.rst
index 0f12953..e2eb44a 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -152,7 +152,7 @@ apply for each denomination in the list:
    //
    //  2. The value of ``TALER_DenominationKeyValidityPS.purpose`` is set to
    //     ``TALER_SIGNATURE_MASTER_AGE_RESTRICTED_DENOMINATION_KEY_VALIDITY``
-   age_restricted_denoms: Denoms[];
+   age_restricted_denoms: Denom[];
 
    //...
    }
@@ -164,11 +164,12 @@ SQL changes
 The schema for the exchange is changed as follows:
 
 .. sourcecode:: sql
+
    -- Everything in one big transaction
    BEGIN;
    -- Check patch versioning is in place.
    SELECT _v.register_patch('exchange-TBD', NULL, NULL);
-
+   
    -- Support for age restriction is marked per denomination.
    ALTER TABLE denominations
      ADD COLUMN age_restricted BOOLEAN NOT NULL DEFAULT (false);
@@ -227,7 +228,7 @@ hash value ``age_commitment_hash`` (abbreviated as h\ 
:sub:`a`) into account
 when verifying the coin's signature:
 
 .. math::
-   \text{FDH}(N_0, C_p^{(0)}, \text{\textbf{h_a}})\;\stackrel{?}{=}\; 
\left(\sigma_C^{(0)}\right)^{e_0} \;\;\text{mod}\,N_0
+   \text{FDH}(N_0, C_p^{(0)}, h_a)\; \stackrel{?}{=}\; 
\left(\sigma_C^{(0)}\right)^{e_0} \;\;\text{mod}\,N_0
 
 
 
@@ -288,18 +289,14 @@ Also discuss:
 Discussion / Q&A
 ================
 
-We had some very engaged discussions on the GNU Taler mailing list
-`<mailto:taler@gnu.org>`:
+We had some very engaged discussions on the GNU Taler `mailing list 
<taler@gnu.org>`__:
 
-* Money with capabilities
-  `<https://lists.gnu.org/archive/html/taler/2021-08/msg00005.html>`_
+* `Money with capabilities 
<https://lists.gnu.org/archive/html/taler/2021-08/msg00005.html>`_
   
 
-* On age-restriction (was: online games in China)
-  `<https://lists.gnu.org/archive/html/taler/2021-09/msg00006.html>`_
+* `On age-restriction (was: online games in China) 
<https://lists.gnu.org/archive/html/taler/2021-09/msg00006.html>`__
 
-* Age-restriction is about coins, not currencies
-  `<https://lists.gnu.org/archive/html/taler/2021-09/msg00021.html>`_
+* `Age-restriction is about coins, not currencies 
<https://lists.gnu.org/archive/html/taler/2021-09/msg00021.html>`__
 
 
 The upcoming paper on anonymous age-restriction for GNU Taler from Özgür Kesim

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