taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 42d85b41b4736f3fa40d287140f0950a280ad92a
parent 7651a43f05deeb60ca9eda3f421b1f98375ff3d5
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 26 Jun 2026 12:41:56 +0200

add Leon video

Diffstat:
Mproperties.yml | 3+++
Atemplate/news/2026-08.html.j2 | 43+++++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/properties.yml b/properties.yml @@ -237,6 +237,9 @@ présentation se terminera par un atelier durant lequel les participants pourron speaker: Christian Grothoff email: cg'AT'taler.net newsposts: + - page: 2026-08.html + date: 2026-06-10 + title: "Confidentiality and the digital euro" - page: 2026-07.html date: 2026-05-21 title: "New GNU Taler integration in be-BOP" diff --git a/template/news/2026-08.html.j2 b/template/news/2026-08.html.j2 @@ -0,0 +1,43 @@ +{% extends "common/news.j2" %} +{% block body_content %} + +<h1>2026-08: &quot;Confidentiality and the Digital Euro - CPCP 2026&quot;</h1> +<p> +<small>organized by CNIL</small> +</p> +<h2>Discussion on the Digital Euro</h2> +<p> +The discussions between EU institutions for the adoption of a legal framework +and technical infrastructure for a retail digital euro are progressing, with a +Council position defined in December 2025 and a vote within the European +Parliament by June 2026, whereas the ECB has announced the launching of a +pilot phase for 2027. The digital euro, with both an online and an offline +modality, is announced to be a digital equivalent of cash and to secure a high +level of confidentiality. As a strong request from citizens, given the risks +of tracing and reuse of transaction data the project entails, confidentiality +is indeed a key feature of the digital euro design. But the devil is in the +details: what is meant by confidentiality exactly, for which actors and with +the help of what techniques, can this political promise be upheld? +</p> +<p> +Panel with Aymeric Pontvianne (moderator), Leon Schumacher (Taler Systems SA), +Rita Camporeale, Philipp Täufer and Dr. Andrés Chomczyk Penedo. +</p> + +<h2>Video</h2> +<p> +<video id="video" poster="/images/logo-2021.svg" autobuffer="" height="360" width="640" controls="controls"> + <source src="/videos/2026-cpdp-digital-euro.mkv" type="video/x-matroska" /> +</video> +</p> + +<h2>Links</h2> +<p> +<ul> + <li><a href="https://cpdp.be/123958" target="_blank">Conference site</a></li> +</ul> +</p> + + + +{% endblock body_content %}