GHZ-based Quantum Anonymous Transmission: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
 
The GHZ-based quantum anonymous transmission protocol implements the task of [[Quantum Anonymous Transmission]] in a <math>N</math>-node quantum network. The protocol uses <math>N</math>-partite [[GHZ state]] to enable two parties, sender <math>S</math> and receiver <math>R</math>, to establish a link which they use to transmit a quantum message. Importantly, the quantum message is transmitted in a way that the identity of <math>S</math> is unknown to every other node, and the identity of <math>R</math> is known only to <math>S</math>.  
The classical problem of Byzantine agreement [[Quantum Byzantine Agreement#References|(8)]] is about reaching agreement in a network of <math>n</math> players out of which <math>t</math> players may be faulty. Each player starts with an input bit <math>b_i</math> and the goal is for all correct players to output the same bit <math>d</math> [[agreement]], under the constraint that <math>d = b_i</math> at least for some node <math>i</math> [[validity]]. The [[hardness]] of this task depends on the [[failure model]] of the faulty (sometimes called [[adversary]]) players. In Byzantine agreement, the faulty players are assumed to show the most severe form of failure known as Byzantine failures. In this model, faulty players behave arbitrarily, can collude and even act maliciously trying to prevent correct players from reaching agreement. Byzantine agreement is an important problem in classical distributed systems, used to guarantee consistency amongst distributed data structures.


'''Tags:''' [[:Category: Quantum Enhanced Classical Functionality|Quantum Enhanced Classical Functionality]][[Category: Quantum Enhanced Classical Functionality]], [[:Category: Multi Party Protocols|Multi Party Protocols]] [[Category: Multi Party Protocols]],  [[:Category:Specific Task|Specific Task]][[Category:Specific Task]], GHZ state, anonymous transmission
'''Tags:''' [[:Category: Quantum Enhanced Classical Functionality|Quantum Enhanced Classical Functionality]][[Category: Quantum Enhanced Classical Functionality]], [[:Category: Multi Party Protocols|Multi Party Protocols]] [[Category: Multi Party Protocols]],  [[:Category:Specific Task|Specific Task]][[Category:Specific Task]], GHZ state, anonymous transmission
==Assumptions==
==Assumptions==
* '''Network:''' The network consists of <math>n</math> players that are fully identified and [[completely connected]] with pairwise [[authenticated]] classical and quantum channels.
Availability of the following is assumed:
* '''Timing:''' [[Synchronous]] and [[asynchronous]] setting are both considered.
* Pairwise [[authenticated]] private classical channels
* '''Message size:''' The size of messages (quantum and classical) are unbounded.
* [[Broadcast]] channel
* '''Shared resources:''' The nodes do not share any prior entanglement or classical correlations.
* [[Trusted]] [[multipartite]] source
* '''Failure:''' At most <math>t < n/3</math> (synchronous) or <math>t < n/4</math> (asynchronous) Byzantine node failures are assumed. Byzantine failures are allowed to behave arbitrarily and collude to try and prevent the honest players from reaching agreement. The most severe model is used: Byzantine failures are [[adaptive]], [[computationally unbounded]] and have [[full-information]] (full information of quantum states is modeled by giving a classical description of the state to the adversaries). [[Link failures]] are not considered.


==Outline==
==Outline==
[[File:ByzantineAgreementFig.PNG|50px|frame|Schematic representation of an execution of a Byzantine Agreement protocol with <math>n = 5</math> nodes and <math>t = 1</math> Byzantine failure. The red bits indicate the input value of each node, whereas the green bit represents the output. The solution shown satisfies the ''agreement'' and ''validity'' properties. The quantum Byzantine agreement protocol in the most strong model requires constant expected number of rounds, whereas a classical lower bound of <math>{\Omega}(\sqrt{n / \log(n)})</math> is known.]]
The presented GHZ-based quantum anounymous transmission protocol is based on the work of [[GHZ State based Quantum Anonymous Transmission#Refrences|(6)]]. The goal of the protocol is to transmit a quantum state <math>|\psi</math> from the sender <math>S</math> to the receiver <math>R</math>, while keeping the identities of <math>S</math> and <math>R</math> anonymous. We assume that there is exactly one receiver which is determined before the start of the protocol. The protocol consists of the following steps.
Here we will sketch the outline of the protocol by Ben-Or [[Quantum Byzantine Agreement#References|(3)]] that solve Byzantine Agreement using quantum resources. A very nice summary of this protocol is also presented in [[Quantum Byzantine Agreement#References|(1)]].
* ''Collision detection:'' Nodes run a collision detection protocol to determine a single sender <math>S</math>.  
The main idea of this protocol is for each player to classically send its proposed value/decision (a valid message) to every other player and then collaborate to determine what a majority of honest players proposed. In the case where adversaries make this difficult, a `good-enough' random coin is globally flipped  (using quantum resources, explained below), which is then classically post-processed to reach agreement among the honest parties. More precisely, the protocol is outlined as follows. Each round consists of the following steps:
* ''State distribution:'' A trusted source distributes the <math>N</math>-partite GHZ state.  
 
* ''Anonymous entanglement:'' <math>N-2</math> nodes (all except for <math>S</math> and <math>R</math>) measure in the <math>X</math> basis and broadcast their measurement outcome. <math>S</math> and <math>R</math> broadcast random dummy bits. The parity of measurement outcomes allows to establish an entangled link between <math>S</math> and <math>R</math> which is called [[anonymous entanglement]] (AE).
* Each player transmits its input to every other player. If one player receives more than 2/3 of the same values from the other players (including his own), then he changes his input also to this value (if that player already did not have the same choice). Otherwise, the same player executes a Quantum Oblivious Common Coin subroutine and sets his input to the outcome of this routine.
* ''Teleportation:'' Sender <math>S</math> teleports the message state <math>|\psi\rangle</math> to the receiver <math>R</math> using the established anonymous entanglement. Classical message $m$ associated with teleportation is also sent anonymously.  
* Then each player sequentially executes two classical subroutines to bias the agreement value towards <math>0</math> or <math>1</math> (outcomes of a coin flip). This guarantees that if the non-faulty players are in agreement, then they will terminate and successfully output the correct agreement value <math>d</math> (not an outcome of coin flip).
</br>
 
'''[[Quantum Oblivious Common Coin]] subroutine:''' The heart of this protocol comes from the quantum enhanced [[Oblivious Common Coin]]. At the end of this subroutine, each player outputs a random bit, such that with a least probability value (called the [[fairness]]) <math>0</math> or <math>1</math>. Intuitively, this subroutines tosses a common coin, where all players get either heads or tails, each with fairness probability, but there may be executions where all players do not get the same output and no common coin is actually tossed. Since the players do not know whether the outcomes are all equal or not, this type of coin tossing is referred to as oblivious common coin tossing. In particular, using quantum resources, this task can be achieved in constant rounds (in the defined model). The implementation of this subroutine makes use of a weakened version of [[Verifiable Quantum Secret Sharing]] (VQSS).


==Notations Used==
==Notations Used==
Line 31: Line 25:
* Relevant parameters to establish one anonymous link: <math>k=1</math> round of quantum communication per node, circuit depth <math>m=1</math>, <math>q=1</math> physical qubits per node.
* Relevant parameters to establish one anonymous link: <math>k=1</math> round of quantum communication per node, circuit depth <math>m=1</math>, <math>q=1</math> physical qubits per node.
* Quantum memories, single-qubit Pauli gates and single-qubit measurements at the end nodes.
* Quantum memories, single-qubit Pauli gates and single-qubit measurements at the end nodes.
* Trusted multipartite GHZ source.
* Pairwise authenticated private classical channels.
* Broadcast channel.


==Properties==
==Properties==

Revision as of 18:23, 19 April 2019

The GHZ-based quantum anonymous transmission protocol implements the task of Quantum Anonymous Transmission in a -node quantum network. The protocol uses -partite GHZ state to enable two parties, sender and receiver , to establish a link which they use to transmit a quantum message. Importantly, the quantum message is transmitted in a way that the identity of is unknown to every other node, and the identity of is known only to .

Tags: Quantum Enhanced Classical Functionality, Multi Party Protocols, Specific Task, GHZ state, anonymous transmission

Assumptions

Availability of the following is assumed:

Outline

The presented GHZ-based quantum anounymous transmission protocol is based on the work of (6). The goal of the protocol is to transmit a quantum state from the sender to the receiver , while keeping the identities of and anonymous. We assume that there is exactly one receiver which is determined before the start of the protocol. The protocol consists of the following steps.

  • Collision detection: Nodes run a collision detection protocol to determine a single sender .
  • State distribution: A trusted source distributes the -partite GHZ state.
  • Anonymous entanglement: nodes (all except for and ) measure in the basis and broadcast their measurement outcome. and broadcast random dummy bits. The parity of measurement outcomes allows to establish an entangled link between and which is called anonymous entanglement (AE).
  • Teleportation: Sender teleports the message state to the receiver using the established anonymous entanglement. Classical message $m$ associated with teleportation is also sent anonymously.

Notations Used

  • number of network nodes taking part in the anonymous transmission.
  • quantum message which the sender wants to send anonymously
  • the sender of the quantum message
  • the receiver of the quantum message

Hardware Requirements

  • Network stage: (Fault-tolerant) Quantum computing network stage
  • Relevant parameters to establish one anonymous link: round of quantum communication per node, circuit depth , physical qubits per node.
  • Quantum memories, single-qubit Pauli gates and single-qubit measurements at the end nodes.

Properties

See Quantum Anonymous Transmission for the precise security definition. Pseudocode implements secure anonymous transmission, i.e. it hides the identities of the sender and the receiver from other nodes in the network. That is, the maximum probability that adversaries guess the identity of or given all the classical and quantum information they have available at the end of the protocol is no larger than the uncertainty the adversaries have about the identities of and before the protocol begins. More formally, the anonymous transmission protocol with the GHZ state, Pseudocode, is sender- and receiver-secure:


where is the subset of adversaries among nodes and is the register that contains all classical and quantum side information accessible to the adversaries. Note that this implies that the protocol is also traceless, since even if the adversary hijacks any Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t\leq N-2} players and gains access to all of their classical and quantum information after the end of the protocol, she cannot learn the identities of and Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle R} . For a formal argument see (6).

Pseudo Code

Receiver is determined before the start of the protocol. holds a message qubit Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |\psi\rangle} .

  1. Nodes run a collision detection protocol and determine a single sender .
  2. A trusted source distributes -partite GHZ state to every player, .
  • Anonymous entanglement:
    1. Sender and receiver do not do anything to their part of the state.
    2. Every player :
      1. Applies a Hadamard transform to her qubit,
      2. Measures this qubit in the computational basis with outcome ,
      3. Broadcasts .
    3. picks a random bit and broadcasts .
    4. applies a phase flip to her qubit if .
    5. picks a random bit and broadcasts .
    6. applies a phase flip to her qubit, if .
      and share anonymous entanglement .
  1. uses the quantum teleportation circuit with input and anonymous entanglement , and obtains measurement outcomes .
  2. The players run a protocol to anonymously send bits from to (see Discussion for details).
  3. applies the transformation described by on his part of and obtains .

Further Information

  • To determine the sender (Step 1) one can run either a classical collision detection protocol of (4) or a quantum collision detection protocol of (6). The quantum version of the protocol requires additional GHZ states.
  • To determine the receiver during the protocol one can incorporate an additional step using a classical receiver notification protocol of (4).
  • To send classical teleportation bits (Step 5) the players can run a classical logical OR protocol of (4) or anonymous transmission protocol for classical bits with quantum resources of (6). The quantum protocol requires one additional GHZ state for transmitting one classical bit.
  • The anonymous transmission of quantum states was introduced in (6).
  • The problem was subsequently developed to consider the preparation and certification of the GHZ state (3), (5).
  • In (5), it was first shown that the proposed protocol is information-theoretically secure against an active adversary.
  • In (1) a protocol using another multipartite state, the W state, was introduced. The reference discusses noise robustness of both GHZ-based and W-based protocols and compares the performance of both protocols.
  • Other protocols were proposed, which do not make use of multipartite entanglement, but utilize solely Bell pairs to create anonymous entanglement (2).

References

  1. Lipinska et al (2018)
  2. Yang et al (2016)
  3. Bouda et al (2007)
  4. Broadbent et al (2007)
  5. Brassard et al (2007)
  6. Christandl et al (2005)

Further Information

*contributed by Victoria Lipinska