GHZ-based Quantum Anonymous Transmission: Difference between revisions
Line 22: | Line 22: | ||
==Notations Used== | ==Notations Used== | ||
* <math>N</math> number of network nodes taking part in the anonymous transmission. | |||
* <math>|\psi\rangle</math> quantum message which the sender wants to send anonymously | |||
* <math>S</math> the sender of the quantum message | |||
* <math>R</math> the receiver of the quantum message | |||
==Hardware Requirements== | ==Hardware Requirements== |
Revision as of 17:38, 19 April 2019
The classical problem of Byzantine agreement (8) is about reaching agreement in a network of players out of which players may be faulty. Each player starts with an input bit and the goal is for all correct players to output the same bit agreement, under the constraint that at least for some node 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: Quantum Enhanced Classical Functionality, Multi Party Protocols, Specific Task, GHZ state, anonymous transmission
Assumptions
- Network: The network consists of players that are fully identified and completely connected with pairwise authenticated classical and quantum channels.
- Timing: Synchronous and asynchronous setting are both considered.
- Message size: The size of messages (quantum and classical) are unbounded.
- Shared resources: The nodes do not share any prior entanglement or classical correlations.
- Failure: At most (synchronous) or (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
Here we will sketch the outline of the protocol by Ben-Or (3) that solve Byzantine Agreement using quantum resources. A very nice summary of this protocol is also presented in (1). 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:
- 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.
- Then each player sequentially executes two classical subroutines to bias the agreement value towards or (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 (not an outcome of coin flip).
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) or . 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
- 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 network stage parameters: Required number of qubits .
- Benchmark values: The number of qubits required is precisely known for a finite instance of the protocol. This is calculated in (1) for . They pick the smallest possible security parameter 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 k = 2} (of the VQSS scheme) and start calculating the required resources. Summarizing they find that each node requires operational qubits, on which quantum circuits of depth must be run. The consumed number of Bell pairs is 648 and the total classical communication cost is 21240 bits. It is not entirely clear if these are the expected costs or the cost per round.
- In more asymptotic sense it is known that the required number of qubits per node grows rapidly with the number of nodes , making it therefore, demanding on qubit requirements.
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 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 . For a formal argument see (6).
Pseudo Code
Receiver is determined before the start of the protocol. holds a message qubit .
- Nodes run a collision detection protocol and determine a single sender .
- A trusted source distributes -partite GHZ state to every player, .
- Anonymous entanglement:
- Sender and receiver do not do anything to their part of the state.
- Every player :
- Applies a Hadamard transform to her qubit,
- Measures this qubit in the computational basis with outcome ,
- Broadcasts .
- picks a random bit and broadcasts .
- applies a phase flip to her qubit if .
- picks a random bit and broadcasts .
- applies a phase flip to her qubit, if . and share anonymous entanglement .
- uses the quantum teleportation circuit with input and anonymous entanglement , and obtains measurement outcomes .
- The players run a protocol to anonymously send bits from to (see Discussion for details).
- 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
- Lipinska et al (2018)
- Yang et al (2016)
- Bouda et al (2007)
- Broadbent et al (2007)
- Brassard et al (2007)
- Christandl et al (2005)