Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
/ voteclient Public archive

Yet Another e-voting system, this time based on linkable anonymous signatures

License

Notifications You must be signed in to change notification settings

andres-erbsen/voteclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Building

On Linux for Linux

g++ -o voteclient voteclient.cpp -I /usr/include/PCSC/ -lcurl -ldl -lsmartcardpp -lcrypto -llsags

On Linux for Windows

You will need mingw32 gcc and libraries, including the windows API files. sh windows/deps.sh will download the external dependencies to $HOME/mingw32. You'll probably need to tweak some variables in the beginning of the script. sh windows/build.sh downloads and builds LSAGS and this.

If you'd like a binary, there might be one at http://andres.tedx.ee/voteclient.exe and it even might be recent.

License

GPLv3 but not religious about it.

The exception that allows linking to OpenSSL is in effect. If you are a non-GPL open source project and would like to use the code, contact me about it.

About

Yet Another e-voting system, this time based on linkable anonymous signatures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published