cryptovoting / shuffle-sum

An implementation of the Shuffle-Sum protocol for homomorphic ranked-choice voting
MIT License
7 stars 1 forks source link

Implement `CandidateOrder` -> `Candidate Elimination` Conversion #7

Closed nickboucher closed 5 years ago

nickboucher commented 5 years ago

Protocol 3 from ShuffleSum paper

zoomswk commented 5 years ago

Added arguments for the private key and the public key and implemented the method.

Still needs shuffling logic.