electionguard-python
electionguard-python copied to clipboard
A python module implementing the ElectionGuard specification. This implementation can be used to conduct End-to-End Verifiable Elections as well as privacy-enhanced risk-limiting audits.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion As an admin I want to delete key ceremonies that are in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion To improve the CLI and be a bit more pythonic, migrate the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion The CLI includes a [decrypt tally step](https://github.com/microsoft/electionguard-python/blob/main/src/electionguard_cli/e2e_steps/decrypt_step.py). This could take advantage of...
### Current Behavior Both factories and subsequently the sample data generation should be relying on the **sample_data.zip** from the root `electionguard` repository. ### Expected Behavior The `data` folder could be...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion When you run e2e or import-ballots in eg it should validate the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `encrypt_selection` does this: ```python selection_description_hash = selection_description.crypto_hash() nonce_sequence = Nonces(selection_description_hash, nonce_seed)...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If the manifest contains any zero sequence_orders then it allows them...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The code in `hmac.py` (in particular, the `get_hmac()` function) is being...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion The existing structure of the repository has a focus on exporting the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion Serialized classes should include a version number that indicates what version is...