This Archive contains the important files of my implementation.

*Django Python* contains the code on the server. There are 3 files: 
	*views.py* contains the main functions for El Gamal and PPATS as well as the adjacent functions
	*forms.py* contains the Django forms
	*models.py* contains the Django models to be stored in the database

*JavaScript* contains all the code that needs to be run on the client:
	*base.html* is a template which loads the external scripts and libraries
	*zkp2.html* is a HTML file containing all the JavaScript code required for the election with the El Gamal encryption
	*pairing.html* is HTML file containing all the JavaScript code required for the election with the PPATS encryption

*Libraries* contains two libraries:
	*jquery.min.js* is the JQuery library - not modified
	*vjsc.js* is the Verificatum library - modified
