Skip to content

keyan/e2e_voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2e_voting

A limited implementation of Rabin and Rivest end-to-end verifiable electronic voting as described in their paper.

The high level system architecture looks like:

arch

Requirements

Install necessary packages in a virtualenv:

pip install -r requirements.txt

Usage

⫸ python3 -m src.main  --help
usage: main.py [-h] [-v NUM_VOTERS]

Run simulated electronic elections

optional arguments:
  -h, --help            show this help message and exit
  -v NUM_VOTERS, --voters NUM_VOTERS
                        number of voters to use, set randomly if not specified

For example:

# Automated simulation mode
make run

About

Simulated end-to-end verifiable secure election protocol

Topics

Resources

License

Stars

Watchers

Forks