Skip to content

Commit

Permalink
Merge pull request #309 from c4dt/d-voting-2
Browse files Browse the repository at this point in the history
Fix bugs
  • Loading branch information
ineiti authored Sep 1, 2023
2 parents 9b89f43 + 35e366a commit c41be6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/DEDIS/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ projects:
dvoting:
name: d-voting
description: >
(Short description, will be shown under the name)
A decentralized, fully anonymous voting system for EPFL-internal elections.
categories:
- "Blockchain"
applications:
Expand Down
8 changes: 5 additions & 3 deletions views/products/pilot/dvoting.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
The d-voting project allows for electronic voting without a central point of trust.
<p>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.

</p>
<p>
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.
We plan to replace the current e-voting project for March 2024.
</p>

0 comments on commit c41be6f

Please sign in to comment.