summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-10-15 12:02:54 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2021-10-15 12:02:54 +0200
commit1b86a2e9094e56cc15ebe646842068018fd3ebfb (patch)
tree93c17837efb503ffe6759252296ef30628445c7f
parent473f59a2f726af41a094366c17ac5e0981c7fcb2 (diff)
downloaddocs-1b86a2e9094e56cc15ebe646842068018fd3ebfb.tar.gz
docs-1b86a2e9094e56cc15ebe646842068018fd3ebfb.tar.bz2
docs-1b86a2e9094e56cc15ebe646842068018fd3ebfb.zip
fix spinx compile issues
-rw-r--r--design-documents/024-age-restriction.rst19
1 files 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
-`<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