Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 634 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 634 Bytes

lattice-voting-ctrsa21

Code accompannying the paper "Lattice-Based Proof of Shuffle and Applications to Electronic Voting" by Diego F. Aranha, Carsten Baum, Kristian Gjøsteen, Tjerand Silde, and Thor Tunge accepted at CT-RSA 2021.

Depedencies are the GMP and FLINT 2.7.1 libraries.

For building the code, run make inside the source directory. This will build the binaries for commit, vericrypt and shuffle to test and benchmark different modules of the code.

WARNING: This is an academic proof of concept, and in particular has not received code review. This implementation is NOT ready for any type of production use.