.jpeg)
This is a guest blog post written by Alessandro Manfredi.
TLDR: Suffragium is a secure, privacy-preserving voting system that combines zero-knowledge proofs (ZKP) and Fully Homomorphic Encryption (FHE) to create a trustless and tamper-resistant voting platform. Leveraging Zama's fhEVM, Suffragium preserves all essential properties of a secure voting system.
Traditional voting systems, while foundational to democracy, grapple with challenges like:
As technology rapidly advances, new opportunities arise to improve the voting process—yet so do potential threats. To protect and strengthen democratic values, it’s crucial to innovate and enhance our voting systems, adapting them to meet modern security and privacy standards.
Discover Suffragium—a new voting system designed to transform the electoral process. Leveraging Fully Homomorphic Encryption (FHE) and Zero-Knowledge Proofs (ZK proofs), Suffragium aims to uphold the core properties of secure voting: privacy, integrity, transparency, and verifiability. This approach not only protects voter anonymity but also ensures that every vote is counted accurately and remains immune to manipulation.
In Suffragium, Zero-Knowledge Proofs play a critical role in securing the voting process and maintaining privacy. Voters gain the right to vote anonymously through identity proofs generated from an email sent by the authority upon registration. These cryptographic proofs contain no identifiable information beyond a hash of the email used for registration. Additional anonymity measures, such as the option to use a one-time email address, protect voters against potential attacks that might reveal their participation.
To participate, users undergo a Know Your Customer (KYC) process, authenticating their identity similarly to traditional ballot verification. However, this KYC process is structured to prevent the authority from knowing whether or how users will vote. The ZK proof is generated deterministically, preventing double voting by the same voter. Although theoretically, the authority could submit multiple votes by creating varied email addresses, Suffragium operates under principles of integrity, trusting the authority to uphold good governance. Note that there could be other, sometimes simpler ways of authenticating voters, but this example is about demonstrating more generally how an email address can be tied to an onchain confidential smart contract.
Once voters successfully generate their cryptographic proof, they can cast their vote. To protect voter privacy on the blockchain, Suffragium avoids storing votes in plain text. Instead, it utilizes Zama’s fhEVM, enabling confidential smart contracts on the Ethereum Virtual Machine (EVM) using FHE. This technology ensures that individual votes remain private, secure, and inaccessible to anyone, including the authority, preserving confidentiality and trust within the voting process.
Casting a vote.
To cast a vote, a user calls the [.c-inline-code]castVote[.c-inline-code] function:
Once the voting period ends, anyone can initiate the decryption of results by calling [.c-inline-code]requestRevealVote[.c-inline-code]:
This call triggers an off-chain relayer to interact with a Key Management System (KMS) that holds the decryption keys. Once decrypted, the relayer invokes the callback function [.c-inline-code]revealVote[.c-inline-code] to store the final results onchain.
The [.c-inline-code]revealVote[.c-inline-code] function updates the Suffragium smart contract with the decrypted results, making them accessible to all participants:
Once [.c-inline-code]revealVote[.c-inline-code] is called, the final vote count is visible to everyone, ensuring transparency and accountability while maintaining voter privacy throughout the process.
Consider the typical government voting process: you drive to a designated polling station, wait in long lines, and cast your vote in a physical booth, surrounded by others. Your vote is then dropped into a box, to be manually counted later. This system feels outdated, catering primarily to older demographics accustomed to in-person voting, while limiting accessibility for younger, digitally-native generations.
Suffragium offers a transformative alternative. By moving the entire process onchain with secure, confidential smart contracts, it ensures that voting can be private, tamper-resistant, and accessible from anywhere. Suffragium sets a new benchmark for modern voting solutions, making it easier, safer, and more inclusive for everyone to participate in the democratic process.
News, research and product releases