Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Context missing required configuration #285

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

The CiphertextElectionContext class is missing the new fields for a configuration settings. This will include values for if overvoting is allowed and the maximum number of ballots for the election. This fields were added in the Python code but never had been added to the C++.

The JSON schema files for the context includes these as required fields.