electionguard-c/include/electionguard/api
Raul Garcia 5054191902
Removing a dangerous fscanf usage (#84)
* Fixing a potential BO that could happen if the ID assigned by the trustee would exceed the limit in the ballot files.
Adding a test for the fix.

* Fixing a potential BO that could happen if the ID assigned by the trustee would exceed the limit in the ballot files and adding a test for the fix.

* Adding the parameter for ballot_samples to Makefile

* Update exploit
Update exploit

* test update ubuntu workflow runner & cmake version

* pin release runner version to 18.04

Co-authored-by: Matt Wilhelm <github@addressxception.com>
2020-03-31 09:18:37 -04:00
..
README.rst Support external_ballot_identifer as a string (#71) 2020-01-28 09:44:07 -05:00
config.h Implement API in the C library (#44) 2019-12-02 16:56:39 -05:00
create_election.h Support external_ballot_identifer as a string (#71) 2020-01-28 09:44:07 -05:00
encrypt_ballot.h Support external_ballot_identifer as a string (#71) 2020-01-28 09:44:07 -05:00
load_ballots.h Removing a dangerous fscanf usage (#84) 2020-03-31 09:18:37 -04:00
record_ballots.h Support external_ballot_identifer as a string (#71) 2020-01-28 09:44:07 -05:00
tally_votes.h Support external_ballot_identifer as a string (#71) 2020-01-28 09:44:07 -05:00

README.rst

API
===

The API is a higher level abstraction around the underlying 
Electionguard process that is designed to automate the logical
functions of executing an election.

Create Election
---------------

Encrypt Ballot
--------------

Load Ballots
------------

Record Ballots
--------------

Tally Votes
-----------