You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An EncryptedTally has accumulated encoded counts with no internal state to catch errors.
Ive added in EncryptedTally:
a list of castBallotIds so you can detect if ballot tries to get added twice
the electionId, so you dont add a ballot to the wrong tally
optional ballot_count in the contest should help diagnose miscounts.
Anticipating the possibility of a tree of tallies that need to be added together
4. In TallyResult, a list of tally ids that were summed to get the EncryptedTally.
Noe of these are part of the EG specification. They may in some case compromise privacy. So they need to be thought about for a specific use cases.
The text was updated successfully, but these errors were encountered:
An EncryptedTally has accumulated encoded counts with no internal state to catch errors.
Ive added in EncryptedTally:
Anticipating the possibility of a tree of tallies that need to be added together
4. In TallyResult, a list of tally ids that were summed to get the EncryptedTally.
Noe of these are part of the EG specification. They may in some case compromise privacy. So they need to be thought about for a specific use cases.
The text was updated successfully, but these errors were encountered: