summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-09 11:14:32 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-09 11:14:32 +0200
commit91e96cfd68f435920ccb036c7ff7de1e86fb3f00 (patch)
tree3b5f7dac902b557684d90865c7964ec7960a23be /template
parent5ecf693327f7fb05696490fc192d0c5f52033428 (diff)
parent76b7d04932a0b69c853e64bbb0385d3e4c1e1e3c (diff)
downloadwww-91e96cfd68f435920ccb036c7ff7de1e86fb3f00.tar.gz
www-91e96cfd68f435920ccb036c7ff7de1e86fb3f00.tar.bz2
www-91e96cfd68f435920ccb036c7ff7de1e86fb3f00.zip
Merge branch 'master' into stable
Diffstat (limited to 'template')
-rw-r--r--template/news/2022-09.html.j225
1 files changed, 25 insertions, 0 deletions
diff --git a/template/news/2022-09.html.j2 b/template/news/2022-09.html.j2
new file mode 100644
index 00000000..27148b0a
--- /dev/null
+++ b/template/news/2022-09.html.j2
@@ -0,0 +1,25 @@
+{% extends "common/news.j2" %} {% block body_content %}
+
+<h1>2022-9: &quot;Zero-Knowledge Age Restriction for GNU Taler&quot;</h1>
+
+<h2>Abstract</h2>
+<p>
+ We propose a design for a privacy-friendly method of age restriction in
+ e-commerce that is aligned with the principle of subsidiarity. The design
+ is presented as an extension of a privacy-friendly payment protocol with a
+ zero-knowledge scheme that cryprographically augments coins for this purpose.
+ Our scheme enables buyers to prove to be of sufficient age for a particular
+ transaction without disclosing it. Our modification preserves the privacy and
+ security properties of the payment system such as the anonymity of minors as
+ buyers as well as unlinkability of transactions. We show how our scheme can be
+ instantiated with ECDSA as well with a variant of EdDSA, respectively, and how
+ it can be integrated with the GNU Taler payment system. We provide formal
+ proofs and implementation of our proposal. Key performance measurements for
+ various CPU architectures and implementations are presented.
+</p>
+<h2>Download links</h2>
+<ul>
+ <li><a href="/papers/esorics2022-age-restriction.pdf">PDF (English)</a></li>
+</ul>
+
+{% endblock body_content %}