Geneva voting modular exponentation demo performance
- The web/ folder contains the frontend to run the experiments. Just launch it
python -m http.server 9000. - The server/ folder contains the code to run the server that runs the outsourced computation. You can run them with
./run_servers 3(for the default working values) - The plot/ folder contains the results of the experimentations (on my machine) in csv format. You can create a graph with any files using `./plot.py ...
- The report/ folder contains the latex report and the graphs coming from the plot/ folder.