Skip to content

ducluongtran9121/Homomorphic-Voting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homomorphic-Voting

I) Install libhcs:

git clone https://github.com/Tiehuis/libhcs.git

cmake .

make

sudo make install # Will install to /usr/local by default

II)To run this project, we need only need to link against libhcs and libgmp:

  1. Installation voting

clang++ -o voting voting.cpp -lhcs -lgmp -lgmpxx

  1. Installation time performance

clang++ -o time time.cpp -lhcs -lgmp -lgmpxx

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%