From d1f6e1c1bd3dc1baa52f3ddf07e9e6d8ba0ff75e Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Fri, 1 Sep 2023 15:59:10 +0200 Subject: [PATCH 1/4] Adding d-voting project --- data/DEDIS/projects.yaml | 30 ++++++++++++++++++++++++++++++ views/products/pilot/dvoting.tpl | 7 +++++++ 2 files changed, 37 insertions(+) create mode 100644 views/products/pilot/dvoting.tpl diff --git a/data/DEDIS/projects.yaml b/data/DEDIS/projects.yaml index 8d78ec79..e7884ef3 100644 --- a/data/DEDIS/projects.yaml +++ b/data/DEDIS/projects.yaml @@ -571,3 +571,33 @@ projects: license: GPL-3.0 date_added: 2023-07-05 date_updated: 2023-07-05 + + dvoting: + name: d-voting + description: > + (Short description, will be shown under the name) + categories: + - "Blockchain" + applications: + - "Gov" + type: Application + layman_desc: > + The d-voting project allows for electronic voting without a central point of trust. + Instead it relies on the majority of servers to be honest during the voting process. + The ballots are encrypted during the voting phase, and then shuffled to anonymise the results. + When they are finally decrypted, it is not possible anymore to retrace who voted for what. + tags: + - Anonymity + - Byzantine Resilience + - Decentralized + contacts: + - name: Pierluca Borsò + email: pierluca.borso@epfl.ch + url: https://dedis.github.io/d-voting/#/ + code: + type: Lab Github + url: https://github.com/dedis/d-voting + date_last_commit: 2023-09-01 + language: Golang + maturity: 1 + date_added: 2023-09-01 diff --git a/views/products/pilot/dvoting.tpl b/views/products/pilot/dvoting.tpl new file mode 100644 index 00000000..bb27872f --- /dev/null +++ b/views/products/pilot/dvoting.tpl @@ -0,0 +1,7 @@ +The d-voting project allows for electronic voting without a central point of trust. +Instead it relies on the majority of servers to be honest during the voting process. +The ballots are encrypted during the voting phase, and then shuffled to anonymise the results. +When they are finally decrypted, it is not possible anymore to retrace who voted for what. + +As of September 2023, we're preparing to launch a demo of the d-voting across several instances of EPFL. +We hope to replace the current e-voting project for March 2024. \ No newline at end of file From d856d858b0fc147cbb7ae8d9ad484794ab364aad Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Fri, 1 Sep 2023 16:38:21 +0200 Subject: [PATCH 2/4] Update data/DEDIS/projects.yaml Co-authored-by: Carine Dengler --- data/DEDIS/projects.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/DEDIS/projects.yaml b/data/DEDIS/projects.yaml index e7884ef3..4276f461 100644 --- a/data/DEDIS/projects.yaml +++ b/data/DEDIS/projects.yaml @@ -583,7 +583,7 @@ projects: type: Application layman_desc: > The d-voting project allows for electronic voting without a central point of trust. - Instead it relies on the majority of servers to be honest during the voting process. + It relies instead on the majority of servers to be honest during the voting process. The ballots are encrypted during the voting phase, and then shuffled to anonymise the results. When they are finally decrypted, it is not possible anymore to retrace who voted for what. tags: From a09256962827734513194affd1d4b7efe1d73f86 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Fri, 1 Sep 2023 16:38:37 +0200 Subject: [PATCH 3/4] Update views/products/pilot/dvoting.tpl Co-authored-by: Carine Dengler --- views/products/pilot/dvoting.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/products/pilot/dvoting.tpl b/views/products/pilot/dvoting.tpl index bb27872f..794ee888 100644 --- a/views/products/pilot/dvoting.tpl +++ b/views/products/pilot/dvoting.tpl @@ -1,5 +1,5 @@ The d-voting project allows for electronic voting without a central point of trust. -Instead it relies on the majority of servers to be honest during the voting process. +It relies instead on the majority of servers to be honest during the voting process. The ballots are encrypted during the voting phase, and then shuffled to anonymise the results. When they are finally decrypted, it is not possible anymore to retrace who voted for what. From 0df4ea47e4c7a7471f6e929533887557ea3c414e Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Fri, 1 Sep 2023 16:38:45 +0200 Subject: [PATCH 4/4] Update views/products/pilot/dvoting.tpl Co-authored-by: Carine Dengler --- views/products/pilot/dvoting.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/products/pilot/dvoting.tpl b/views/products/pilot/dvoting.tpl index 794ee888..3fd060e6 100644 --- a/views/products/pilot/dvoting.tpl +++ b/views/products/pilot/dvoting.tpl @@ -4,4 +4,4 @@ The ballots are encrypted during the voting phase, and then shuffled to anonymis When they are finally decrypted, it is not possible anymore to retrace who voted for what. As of September 2023, we're preparing to launch a demo of the d-voting across several instances of EPFL. -We hope to replace the current e-voting project for March 2024. \ No newline at end of file +We plan to replace the current e-voting project for March 2024. \ No newline at end of file