Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milan-sedivy/confidential_multi_vote_system
This project demonstrates principles of a protocol outlined in my master thesis. The protocol is a superset of the Practical Multi-Candidate Election System (Baudron et. al 2001). It focuses on allowing the user to vote for multiple choices and to have multiple votes (an example of a shareholder meeting is implemented here)
https://github.com/milan-sedivy/confidential_multi_vote_system
anonymity cryptography end-to-end-encryption homomorphic-encryption privacy voting-application
Last synced: about 1 month ago
JSON representation
This project demonstrates principles of a protocol outlined in my master thesis. The protocol is a superset of the Practical Multi-Candidate Election System (Baudron et. al 2001). It focuses on allowing the user to vote for multiple choices and to have multiple votes (an example of a shareholder meeting is implemented here)
- Host: GitHub
- URL: https://github.com/milan-sedivy/confidential_multi_vote_system
- Owner: milan-sedivy
- License: gpl-3.0
- Created: 2024-05-14T20:13:06.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T15:30:31.000Z (4 months ago)
- Last Synced: 2024-09-27T14:01:19.667Z (about 2 months ago)
- Topics: anonymity, cryptography, end-to-end-encryption, homomorphic-encryption, privacy, voting-application
- Language: Rust
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Disclaimer: The code in this repository is not considered secure. The only purpose of this repository is to demonstrate principles of a protocol outlined in my thesis.