Quantum voting based on conjugate coding

This example protocol implements the task of E-voting. The participants in this family of protocols are one or more election authorities, the tallier, and the voters. The election authorities are only trusted for the purpose of eligibility and the voters do not share any entangled states with neither EA nor T in order to cast their ballots.

AssumptionsEdit

  • The election authorities need to be trusted only for the purpose of eligibility; privacy should be guaranteed by the protocol against malicious parties.
  • Existence of anonymous channel and authenticated channel.


OutlineEdit

In the beginning, the election authority chooses a vector for encoding ballots which will be kept secret from the tallier until the end of the ballot casting phase. Then the EA prepares w=polynomial(n) fragments that constitute a blank ballot and sends them to voters by an authenticated channel. After reception of the blank ballot, each voter re randomizes it and then applies a unitary to the blank ballot fragment and encodes the candidate of choice in the (n + 1)th-qubit of the last blank ballot fragments.

Finally, she sends the ballot to the tallier over an anonymous channel. Once the ballot casting phase ends, the election authority announces the vector to the tallier so the tallier can decode each cast ballot by measuring it in the correct basis and announces the election result.

NotationsEdit

  •   voter
  • c: number of possible candidates
  • N: number of voters
  •   vote of   voter
  • T: tallier
  • n: security parameter
  • EA: election authority

PropertiesEdit

  • Verifiability: An adversary can change the vote of an eligible voter when the corresponding ballot is cast over the anonymous channel.
  • Privacy: EA can introduce a “serial number” in a blank ballot to identify a voter and therefore violate privacy.

The security of the protocol relies on a quantum problem, named one-more-unforgeability, and the assumption that it is computationally hard for a quantum adversary.

RequirementsEdit

  • a quantum anonymous channel between voters and tallier
  • an authenticated channel between voters and the election authority.
  • Measurement Device for the tallier.

Knowledge GraphEdit

Protocol DescriptionEdit

  • Setup phase:
  1. EA picks a vector   that will be kept secret from T until the end of the ballot casting phase.
  2. For each  , EA prepares w = poly(n) blank ballot fragments each of the form   where   such that   and  
  3. EA sends one blank ballot to each   over an authenticated channel.
  • Casting phase:
  1. Each   picks for each blank ballot fragment a vector   such that:  

     applies the unitary   to the blank ballot fragment   where

     
      encodes the candidate of choice in the (n + 1)th-qubit of the last blank ballot fragments.
  2.   sends the ballot to T over an anonymous channel.

  • Tally phase:
  1. EA announces   to T.
  2. T decodes each ballot fragment by measuring it in the basis described by vector   and XORs the resulting bits and does this to each ballot fragment ending up with a string, which is the actual vote cast.
  3. T announces the election result.

Further InformationEdit

*contributed by Sara Sarfaraz