From 1b86a2e9094e56cc15ebe646842068018fd3ebfb Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 15 Oct 2021 12:02:54 +0200 Subject: 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 0f129533..e2eb44ab 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 -``: +We had some very engaged discussions on the GNU Taler `mailing list `__: -* Money with capabilities - ``_ +* `Money with capabilities `_ -* On age-restriction (was: online games in China) - ``_ +* `On age-restriction (was: online games in China) `__ -* Age-restriction is about coins, not currencies - ``_ +* `Age-restriction is about coins, not currencies `__ The upcoming paper on anonymous age-restriction for GNU Taler from Özgür Kesim -- cgit v1.2.3