Skip to content

Commit

Permalink
Merge pull request #308 from c4dt/d-voting
Browse files Browse the repository at this point in the history
Adding d-voting project
  • Loading branch information
ineiti authored Sep 1, 2023
2 parents a029be6 + 0df4ea4 commit 9b89f43
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/DEDIS/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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:
- Anonymity
- Byzantine Resilience
- Decentralized
contacts:
- name: Pierluca Borsò
email: [email protected]
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
7 changes: 7 additions & 0 deletions views/products/pilot/dvoting.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The d-voting project allows for electronic voting without a central point of trust.
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.

As of September 2023, we're preparing to launch a demo of the d-voting across several instances of EPFL.
We plan to replace the current e-voting project for March 2024.

0 comments on commit 9b89f43

Please sign in to comment.