Quantum Strong Coin Flipping

(Redirected from Quantum Coin Flipping)

This example protocol allows two remote participants to share a uniformly distributed random bit. The parties do not trust each other and can only use classical and quantum channels to communicate. The protocol allows them to perform what coin tossing for nearby parties performs without the involvement of any trusted third party.


Tags: Two Party Protocols, Quantum Enhanced Classical Functionality, Specific Task

AssumptionsEdit

OutlineEdit

We consider two parties who wish to perform a coin tossing experiment remotely. Two single qubit quantum states are initially decided which have equal probability distribution in the computational basis and label them 0 and 1. The Coin Tossing protocol consists of 5 steps:

  1. Both the parties prepare an equal number of random bits.
  2. Now, both parties prepare another equal number of random bits for each random bit prepared in step 1. For each random bit thus prepared, each party sends the other party a pair of qubits in the two states defined earlier, the sequence of which is decided by the random bit.
  3. Both the parties now announce the xor of each random bit prepared in the second step with the corresponding random bit from the first step. Based on the value of the xor operation performed by the other party, each party returns one of the two qubits it received in the second step. For every random bit prepared in the first step, each party is now left with qubits in the state labelled by the other party's random bit.
  4. Both the parties now announce their random bits which they prepared in the first step. They also measure the qubits they did not return based on the values of the random bits announced by the other party. If any of the measurement fails, the protocol aborts.
  5. For every random bit prepared in the first step, each party now also measures the qubits they were returned back. If any of the measurement fails, the protocol aborts.

The final bit of each of the party is the xor of xor of the random bits they prepared in the first step and xor of the bits they measured in the fourth step. This final bit is the random bit which has come up in the 'coin toss'. Thus ends the protocol.


NotationEdit

  1.  : Predetermined single qubit states
  2.  : Angle between   and  
  3.  : A random bit prepared by the first party in step 1
  4.  : A random bit prepared by the second party in step 1
  5.  : Set of random bits prepared by first party in step 1
  6.  : Set of random bits prepared by second party in step 1
  7.  : A random bit prepared by the first party in step 2
  8.  : A random bit prepared by the second party in step 2
  9.  : Set of random bits prepared by first party in step 2
  10.  : Set of random bits prepared by second party in step 2
  11.  : Set of   qubits, each in   state
  12.  : POVMs defined by   and  .

RequirementsEdit

  • Network Stage: Fully Quantum Computing Network Stage
  • Authenticated Quantum channel capable of sending a pair of qubits
  • Authenticated Classical channel to send multiple bits
  • Quantum memory for both parties to store qubits
  • Measurement Devices for each party
  • Random bit generator for each party

Knowledge GraphEdit

PropertiesEdit

  • The protocol is successfully completed when both parties are honest.
  • If any of the parties is dishonest at any step, the protocol simply aborts.
  • The attack on the protocol can generate a bias which is greater than   and less than  .
  • The proposed unconditionally secure quantum protocol realises a non-exact coin tossing.

Protocol DescriptionEdit

Two single qubit quantum states   and  , where   are defined such that the angle between them is  .   is proposed to be  . Thus,   and  .


  1. For  :
    1. First party picks at random a bit  .
    2. Second party picks at random a bit  .
  2. For  :
    1. For  :
      1. The first party picks a random bit   and sends a pair of qubits in the state   to the second party.
      2. The second party picks a random bit   and sends a pair of qubits in the state   to the first party.
  3. For  :
    1. For  :
      1. The first party announces  .
      2. The second party returns the second particle if   and first particle otherwise.
      3. The second party announces  .
      4. The first party returns the second particle if   and first particle otherwise.
        At this stage, for every  , the   qubits sent by the first party and not returned by the second party are in the state   and the   qubits sent by the second party and not returned by the first party are in the state  .
        Also, for every j, the n qubits returned by the first party are in the state   and the n qubits returned by the second party are in the state  .
  4. For  :
    1. First party announces  .
    2. Second party announces  .
    3. Second party executes POVM   on   and notes the outcome  .
    4. First party executes POVM   on   and notes the outcome  .
      If either   or  , the protocol aborts.
  5. For  :
    1. First party measures the returned state   with POVM  .
    2. Second party measures the returned state   with POVM  .

If either of the outcomes is  , the protocol aborts.

The final bit of the first party is   where   and  . The second party’s final bit is   where   and  .

Further InformationEdit

*contributed by Natansh Mathur