electionguard-api-python
electionguard-api-python copied to clipboard
ElectionGuard Web API in python to demonstrate usage of electionguard-python in performing ballot encryption, casting, spoiling, and tallying.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion The election record is actually a combination of items. To keep this...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion If you provide an invalid value for `manifest_hash` when creating an election,...
Provide the endpoints necessary to decrypt one or more ballots: For multiple ballots while missing guardians, decrypt those ballots using guardians' and compensated shares
## Feature Request **Is your feature request related to a problem? Please describe.** These should get moved into to the electionguard-python-api https://github.com/microsoft/electionguard-python/blob/6d70f6602746bfcf840b59ce986f2c76c5fe58e5/src/electionguard/election_description_schema.json https://github.com/microsoft/electionguard-python/blob/6d70f6602746bfcf840b59ce986f2c76c5fe58e5/src/electionguard/schema.py Ideally with a `schema` folder. These could...
This issue is somewhat related to #111 and #112 . The concern is to solve issues with poetry itself, both the DockerFile and MakeFile contain a reference to a specific...