Ballot Proof of Inclusion #73
AddressXception
started this conversation in
Ideas
Replies: 1 comment
-
|
A couple thoughts on implementation details:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We recently discussed several practical implementations of proving that a ballot is included in a record set. It appears that there are multiple use cases where a voter may want to prove a ballot's inclusion in a dataset that are related to a
verifiable lookupso that the voter does not have to process the entire election result set.Questions
❓ How can the voter can trust the integrity of the data?
❓ How can a 3rd party verify the lookup is correct?
❓ What known attacks are present to constrain the design of this feature?
❓ Is there a single best-case implementation that can address the known use cases?
User Stories
Implementation Details
Here are a some examples:
Proposed solutions
A few methods of generating a verifiable lookup have been proposed including:
Previous Discussion
Previous relevant discussion in the python repo available here:
https://github.com/microsoft/electionguard-python/discussions/282
Beta Was this translation helpful? Give feedback.
All reactions