Closed eionblanc closed 12 months ago
Name | Link |
---|---|
Latest commit | 8eda3a1f00536aef3ea4914a2888702bd862e70f |
Latest deploy log | https://app.netlify.com/sites/condescending-wing-076a38/deploys/62fe8f2faf0fe70009c29ade |
Deploy Preview | https://deploy-preview-293--condescending-wing-076a38.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Issue
Fixes #292
Description
This pull request adds (not replaces) a schema detailing the use of range Chaum-Pedersen proofs instead of disjunctive and constant proofs and omitting the use of placeholder selections. For contests, it also amends the
number_elected
andvotes_allowed
conflation (mapping both tovotes_allowed
) and augments with thevotes_allowed_per_selection
to allow for selection encryptions of non-negative integers for the appropriate contests (e.g., cumulative voting).Testing
This builds as expected.