Editing Quantum Bit Commitment

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
This [https://arxiv.org/abs/1108.2879 example protocol] achieves the task of [[bit commitment]] securely by using a relativistic scheme.
This protocol achieves the task of Bit Commitment securely by using a relativistic scheme.
In bit commitment, the committer "commits" to a particular bit value.
In bit commitment, the commiter "commits" to a particular bit value.
The receiver knows nothing about the committed bit value until the committer chooses to do so (''hiding property'').
The receiver knows nothing about the committed bit value until the commiter chooses to do so.
The receiver has a guarantee that once committed, the committer cannot change the committed bit value (''binding property'').
The receiver has a guarantee that once committed, the commiter cannot change the committed bit value.
Information-theoretic secure bit commitment cannot be done with non-relativistic schemes see this review paper [https://arxiv.org/abs/quant-ph/9712023].  
Bit commitment cannot be done with non-relativistic schemes as proved by Mayers in his paper \textbf{\#Link.}


'''Tags:''' [[:Category:Two Party Protocols|Two Party Protocols]], [[:Category:Quantum Enhanced Classical Functionality|Quantum Enhanced Classical Functionality]], [[:Category:Specific Task|Specific Task]],
[[:Category:Information-theoretic security|Information-theoretic security]],
[[Category:Two Party Protocols]] [[Category:Quantum Enhanced Classical Functionality]][[Category:Specific Task]]
[[Category:Information-theoretic security]]


==Assumptions==
==Assumptions==
Line 15: Line 10:
* Quantum theory is correct.
* Quantum theory is correct.
* The background space-time is approximately Minkowski.
* The background space-time is approximately Minkowski.
* The committer can signal at precisely light speed.
* The commmiter can signal at precisely light speed.
* All information processing is instantaneous.
* All information processing is instantaneous.


Line 21: Line 16:
==Outline==
==Outline==


Both the receiver and the committer have 2 agents each which are the parties they send their qubits to and receive the committed value from. The agents are light-like separated from the committer.  
The receiver securely preprepares a set of qubits randomly from the BB84 states and sends them to the commiter.
To commit to the bit 0, the commiter measures the received qubits in the standard basis and in Hadamard basis to commit to 1.
The commiter then sends the outcomes to their agents over secure classical channels.
To unveil the committed bit, the commiter's agents reveal the outcomes to the receiver's agents.
The receiver's agents then check if the outcomes they have received are the same and consistent with the states sent to the commiter.
If the check passes, the receiver accepts the commitment.


The receiver securely pre-prepares a set of qubits randomly chosen from the BB84 states and sends them to the committer.
To commit to the bit 0, the committer measures the received qubits in the standard basis and in Hadamard basis to commit to 1.
The committer then sends the outcomes to their agents over secure classical channels.
To unveil the committed bit, the committer's agents reveal the outcomes to the receiver's agents.
The receiver's agents then check if the outcomes they have received are the same and consistent with the states sent to the committer.
If the check passes, the receiver accepts the commitment.


==Notation==
==Notations==


* <math>N</math>: Number of random qubits used in the commitment.
* <math>N</math>: Number of random qubits used in the commitment.
* <math>|\psi_i\rangle</math>: Random BB84 qubit with index <math>i</math>.
* <math>|\psi_i\rangle</math>: Random BB84 qubit with index <math>i</math>.
* <math>P</math>: Space-time origin point for the Minkowski space which is the position of the committer.
* <math>P</math>: Space-time origin point for the Minkowski space.
* <math>Q_0</math>: Commiter's first agent.
* <math>Q_0</math>: Commiter's first agent.
* <math>Q_1</math>: Commiter's second agent.
* <math>Q_1</math>: Commiter's second agent.
Line 40: Line 34:
* <math>Q^{'}_1</math>: Receiver's second agent.
* <math>Q^{'}_1</math>: Receiver's second agent.


==Requirements==
 
==Hardware Requirements==


* Secure classical channels between the parties and their agents.
* Secure classical channels between the parties and their agents.
* Basic state preparation abilities for the receiver.
* Basic state preparation abilities for the receiver.
* Instantaneous measurement capabilities for the committer.
* Instantaneous measurement capabilities for the commiter.
 
==Knowledge Graph==


{{graph}}


==Properties==
==Properties==
Line 56: Line 48:




==Protocol Description==
==Pseudo Code==
[https://github.com/quantumprotocolzoo/protocols/tree/master/QuantumBitCommitment <u>Click here for Python code</u>]</br>
 
The committer and the receiver agree on the space-time origin point P and two light-like separated points where the two agents of each party will be stationed.
The commiter and the receiver agree on the space-time origin point P and two light-like separated points where the two agents of each party will be stationed.


===Commitment Phase===
===Commitment Phase===
Line 69: Line 61:
# To commit to 0, measure in the <math>\{|0\rangle, |1\rangle\}</math> basis.
# To commit to 0, measure in the <math>\{|0\rangle, |1\rangle\}</math> basis.
# To commit to 1, measure in the <math>\{|+\rangle, |-\rangle\}</math> basis.
# To commit to 1, measure in the <math>\{|+\rangle, |-\rangle\}</math> basis.
# Send the measurement outcomes to the agents <math>Q_0</math> and <math>Q_1</math> via the secure classical channels.
# Send the measurement outcomes to your agents <math>Q_0</math> and <math>Q_1</math> via the secure classical channels.


===Unveiling Phase===     
===Unveiling Phase===     


''Committer''
''Commiter''
# The committer's agents reveal the measurement outcomes to the receiver's agents <math>Q'_0</math> and <math>Q'_1</math>.
# The commiter's agents reveal the measurement outcomes to the receiver's agents.


''Receiver''
''Receiver''
Line 80: Line 72:
# Check if the revealed outcomes are consistent with the sent states, if not, then abort.
# Check if the revealed outcomes are consistent with the sent states, if not, then abort.
# If the checks pass, accept the commitment.
# If the checks pass, accept the commitment.
==Further Information==
<div style='text-align: right;'>''*contributed by Natansh Mathur''</div>
Please note that all contributions to Quantum Protocol Zoo may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Quantum Protocol Zoo:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

Template used on this page: