<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.veriqloud.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=132.227.102.87</id>
	<title>Quantum Protocol Zoo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.veriqloud.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=132.227.102.87"/>
	<link rel="alternate" type="text/html" href="https://wiki.veriqloud.fr/index.php?title=Special:Contributions/132.227.102.87"/>
	<updated>2026-04-17T18:57:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.veriqloud.fr/index.php?title=Quantum_Bit_Commitment&amp;diff=4139</id>
		<title>Quantum Bit Commitment</title>
		<link rel="alternate" type="text/html" href="https://wiki.veriqloud.fr/index.php?title=Quantum_Bit_Commitment&amp;diff=4139"/>
		<updated>2019-11-12T14:23:29Z</updated>

		<summary type="html">&lt;p&gt;132.227.102.87: /* Protocol Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [https://arxiv.org/abs/1108.2879 example protocol] achieves the task of [[bit commitment]] securely by using a relativistic scheme.&lt;br /&gt;
In bit commitment, the committer &amp;quot;commits&amp;quot; to a particular bit value.&lt;br /&gt;
The receiver knows nothing about the committed bit value until the committer chooses to do so (&#039;&#039;hiding property&#039;&#039;).&lt;br /&gt;
The receiver has a guarantee that once committed, the committer cannot change the committed bit value (&#039;&#039;binding property&#039;&#039;).&lt;br /&gt;
Information-theoretic secure bit commitment cannot be done with non-relativistic schemes see this review paper [https://arxiv.org/abs/quant-ph/9712023]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tags:&#039;&#039;&#039; [[:Category:Two Party Protocols|Two Party Protocols]], [[:Category:Quantum Enhanced Classical Functionality|Quantum Enhanced Classical Functionality]], [[:Category:Specific Task|Specific Task]], &lt;br /&gt;
[[:Category:Information-theoretic security|Information-theoretic security]],&lt;br /&gt;
[[Category:Two Party Protocols]] [[Category:Quantum Enhanced Classical Functionality]][[Category:Specific Task]]&lt;br /&gt;
[[Category:Information-theoretic security]]&lt;br /&gt;
&lt;br /&gt;
==Assumptions==&lt;br /&gt;
&lt;br /&gt;
* Quantum theory is correct.&lt;br /&gt;
* The background space-time is approximately Minkowski.&lt;br /&gt;
* The committer can signal at precisely light speed.&lt;br /&gt;
* All information processing is instantaneous.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outline==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
The receiver securely pre-prepares a set of qubits randomly chosen from the BB84 states and sends them to the committer.&lt;br /&gt;
To commit to the bit 0, the committer measures the received qubits in the standard basis and in Hadamard basis to commit to 1.&lt;br /&gt;
The committer then sends the outcomes to their agents over secure classical channels.&lt;br /&gt;
To unveil the committed bit, the committer&#039;s agents reveal the outcomes to the receiver&#039;s agents.&lt;br /&gt;
The receiver&#039;s agents then check if the outcomes they have received are the same and consistent with the states sent to the committer.&lt;br /&gt;
If the check passes, the receiver accepts the commitment.&lt;br /&gt;
&lt;br /&gt;
==Notation==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;: Number of random qubits used in the commitment.&lt;br /&gt;
* &amp;lt;math&amp;gt;|\psi_i\rangle&amp;lt;/math&amp;gt;: Random BB84 qubit with index &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt;: Space-time origin point for the Minkowski space which is the position of the committer.&lt;br /&gt;
* &amp;lt;math&amp;gt;Q_0&amp;lt;/math&amp;gt;: Commiter&#039;s first agent.&lt;br /&gt;
* &amp;lt;math&amp;gt;Q_1&amp;lt;/math&amp;gt;: Commiter&#039;s second agent.&lt;br /&gt;
* &amp;lt;math&amp;gt;Q^{&#039;}_0&amp;lt;/math&amp;gt;: Receiver&#039;s first agent.&lt;br /&gt;
* &amp;lt;math&amp;gt;Q^{&#039;}_1&amp;lt;/math&amp;gt;: Receiver&#039;s second agent.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
* Secure classical channels between the parties and their agents.&lt;br /&gt;
* Basic state preparation abilities for the receiver.&lt;br /&gt;
* Instantaneous measurement capabilities for the committer.&lt;br /&gt;
&lt;br /&gt;
==Knowledge Graph==&lt;br /&gt;
&lt;br /&gt;
{{graph}}&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
&lt;br /&gt;
* There is no need of quantum memory for the parties.&lt;br /&gt;
* The protocol is unconditionally secure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Protocol Description==&lt;br /&gt;
[https://github.com/quantumprotocolzoo/protocols/tree/master/QuantumBitCommitment &amp;lt;u&amp;gt;Click here for Python code&amp;lt;/u&amp;gt;]&amp;lt;/br&amp;gt;&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
===Commitment Phase===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Receiver&#039;&#039;&lt;br /&gt;
# Prepare a set of &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt; qubits &amp;lt;math&amp;gt;|\psi_i\rangle_{i=1}^N&amp;lt;/math&amp;gt; chosen independently and randomly from the BB84 states - &amp;lt;math&amp;gt;\{|0\rangle, |1\rangle, |+\rangle, |-\rangle\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Send the qubits to the commiter at point P.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Commiter&#039;&#039;&lt;br /&gt;
# To commit to 0, measure in the &amp;lt;math&amp;gt;\{|0\rangle, |1\rangle\}&amp;lt;/math&amp;gt; basis.&lt;br /&gt;
# To commit to 1, measure in the &amp;lt;math&amp;gt;\{|+\rangle, |-\rangle\}&amp;lt;/math&amp;gt; basis.&lt;br /&gt;
# Send the measurement outcomes to the agents &amp;lt;math&amp;gt;Q_0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Q_1&amp;lt;/math&amp;gt; via the secure classical channels.&lt;br /&gt;
&lt;br /&gt;
===Unveiling Phase===    &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Committer&#039;&#039;&lt;br /&gt;
# The committer&#039;s agents reveal the measurement outcomes to the receiver&#039;s agents &amp;lt;math&amp;gt;Q&#039;_0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Q&#039;_1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Receiver&#039;&#039;&lt;br /&gt;
# Check if the revealed outcomes of both the agents are same, if not, then abort.&lt;br /&gt;
# Check if the revealed outcomes are consistent with the sent states, if not, then abort.&lt;br /&gt;
# If the checks pass, accept the commitment.&lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
&amp;lt;div style=&#039;text-align: right;&#039;&amp;gt;&#039;&#039;*contributed by Natansh Mathur&#039;&#039;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>132.227.102.87</name></author>
	</entry>
	<entry>
		<id>https://wiki.veriqloud.fr/index.php?title=GHZ-based_Quantum_Anonymous_Transmission&amp;diff=3953</id>
		<title>GHZ-based Quantum Anonymous Transmission</title>
		<link rel="alternate" type="text/html" href="https://wiki.veriqloud.fr/index.php?title=GHZ-based_Quantum_Anonymous_Transmission&amp;diff=3953"/>
		<updated>2019-10-16T09:11:58Z</updated>

		<summary type="html">&lt;p&gt;132.227.102.87: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [https://arxiv.org/abs/quant-ph/0409201 example protocol] implements the task of [[Anonymous Transmission]] in a multiple node quantum network. The protocol uses &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-partite [https://en.wikipedia.org/wiki/Greenberger%E2%80%93Horne%E2%80%93Zeilinger_state GHZ state] to enable two nodes, 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 the sender is unknown to every other node, and the identity of the receiver is known only to the sender. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tags:&#039;&#039;&#039; [[: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&lt;br /&gt;
==Assumptions==&lt;br /&gt;
* &#039;&#039;&#039;Network:&#039;&#039;&#039; The network consists of &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; nodes that are fully identified and completely connected with pairwise [[authenticated]] classical channels. Additionally, there is a secure classical [https://en.wikipedia.org/wiki/Broadcasting_(networking) broadcast] channel.&lt;br /&gt;
* &#039;&#039;&#039;Source:&#039;&#039;&#039; [[Trusted]] [[multipartite]] state source.&lt;br /&gt;
* &#039;&#039;&#039;Adversarial model:&#039;&#039;&#039; [[active adversary]] who does not control the source.&lt;br /&gt;
&lt;br /&gt;
==Outline==&lt;br /&gt;
The presented GHZ-based quantum anonymous transmission protocol is based on the work of [[GHZ State based Quantum Anonymous Transmission#References|[6]]]. The goal of the protocol is to transmit a quantum state &amp;lt;math&amp;gt;|\psi \rangle&amp;lt;/math&amp;gt; from the sender &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; to the receiver &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;, while keeping the identities of &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; 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:&lt;br /&gt;
* &#039;&#039;Collision detection:&#039;&#039; Nodes run a collision detection protocol to determine a single sender &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt;. &lt;br /&gt;
* &#039;&#039;State distribution:&#039;&#039; A trusted source distributes the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-partite GHZ state. &lt;br /&gt;
* &#039;&#039;Anonymous entanglement:&#039;&#039; &amp;lt;math&amp;gt;n-2&amp;lt;/math&amp;gt; nodes (all except for &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;) measure in the &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; basis and broadcast their measurement outcome. &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; broadcast random dummy bits. The parity of measurement outcomes allows to establish an entangled link between &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; which is called [[anonymous entanglement]] (AE).&lt;br /&gt;
* &#039;&#039;Teleportation:&#039;&#039; Sender &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; teleports the message state &amp;lt;math&amp;gt;|\psi\rangle&amp;lt;/math&amp;gt; to the receiver &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; using the established anonymous entanglement. Classical message &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; associated with teleportation is also sent anonymously.&lt;br /&gt;
&lt;br /&gt;
==Notation==&lt;br /&gt;
* &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;: number of network nodes taking part in the anonymous transmission.&lt;br /&gt;
* &amp;lt;math&amp;gt;|\psi\rangle&amp;lt;/math&amp;gt;: quantum message which the sender wants to send anonymously&lt;br /&gt;
* &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt;: the sender of the quantum message&lt;br /&gt;
* &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;: the receiver of the quantum message&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
*Network stage: [[:Category: Quantum Memory Network Stage|quantum memory network]][[Category:Quantum Memory Network Stage]].&lt;br /&gt;
* Relevant parameters to establish one anonymous link: &amp;lt;math&amp;gt;k=1&amp;lt;/math&amp;gt; round of quantum communication per node, circuit depth &amp;lt;math&amp;gt;m=1&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;q=1&amp;lt;/math&amp;gt; physical qubits per node.&lt;br /&gt;
* Quantum memories, single-qubit Pauli gates and single-qubit measurements at the end nodes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:GHZQAT_Nodes.PNG|center|GHZ-based Quantum Anonymous Transmission (Nodes)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:GHZQAT_TD.PNG|center|GHZ-based Quantum Anonymous Transmission (Trusted Distributor)]]&lt;br /&gt;
&lt;br /&gt;
{{graph}}&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
See [[Quantum Anonymous Transmission]] for the precise security definition. [[GHZ State based Quantum Anonymous Transmission#Pseudocode|Pseudocode]] given below 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 &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; 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 &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; before the protocol begins. More formally, the anonymous transmission protocol with the GHZ state is sender- and receiver-secure: &amp;lt;/br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;P_{\text{guess}}[S|C,S\notin \mathcal{A}] \leq \max_{i\in[n]} P[S=i|S\notin \mathcal{A}] = \frac{1}{n-t},&amp;lt;/math&amp;gt;&amp;lt;/br&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;P_{\text{guess}}[R|C,S\notin \mathcal{A}] \leq \max_{i\in[n]} P[R=i|S\notin \mathcal{A}] = \frac{1}{n-t},&amp;lt;/math&amp;gt;&amp;lt;/br&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;\mathcal{A}&amp;lt;/math&amp;gt; is the subset of &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; adversaries among &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; nodes and &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; is the register that contains all classical and quantum side information accessible to the adversaries. Note that this implies that the protocol is also trace-less, since even if the adversary hijacks any &amp;lt;math&amp;gt;t\leq n-2&amp;lt;/math&amp;gt; players and gains access to all of their classical and quantum information after the end of the protocol, she cannot learn the identities of &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt;. For a formal argument see [[GHZ State based Quantum Anonymous Transmission#References|[6]]].&lt;br /&gt;
&lt;br /&gt;
==Protocol Description==&lt;br /&gt;
Receiver &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; is determined before the start of the protocol. &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; holds a message qubit &amp;lt;math&amp;gt;|\psi\rangle&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Nodes run a collision detection protocol and determine a single sender &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt;.&lt;br /&gt;
# A trusted source distributes &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-partite GHZ state to every player, &amp;lt;math&amp;gt;|GHZ\rangle = \frac{1}{\sqrt{2}} (|0^n\rangle + |1^n\rangle)&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Anonymous entanglement:&lt;br /&gt;
## Sender &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and receiver &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; do not do anything to their part of the state.&lt;br /&gt;
## Every player &amp;lt;math&amp;gt;j \in [n] \setminus \{S,R\}&amp;lt;/math&amp;gt;:&lt;br /&gt;
### Applies a Hadamard transform to her qubit,&lt;br /&gt;
### Measures this qubit in the computational basis with outcome &amp;lt;math&amp;gt;m_j&amp;lt;/math&amp;gt;,&lt;br /&gt;
### Broadcasts &amp;lt;math&amp;gt;m_j&amp;lt;/math&amp;gt;.&lt;br /&gt;
## &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; picks a random bit &amp;lt;math&amp;gt;b \in_R \{ 0,1 \}&amp;lt;/math&amp;gt; and broadcasts &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;.&lt;br /&gt;
## &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; applies a phase flip &amp;lt;math&amp;gt;Z&amp;lt;/math&amp;gt; to her qubit if &amp;lt;math&amp;gt;b=1&amp;lt;/math&amp;gt;.&lt;br /&gt;
## &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; picks a random bit &amp;lt;math&amp;gt;b&#039; \in_R \{ 0,1 \}&amp;lt;/math&amp;gt; and broadcasts &amp;lt;math&amp;gt;b&#039;&amp;lt;/math&amp;gt;.&lt;br /&gt;
## &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; applies a phase flip &amp;lt;math&amp;gt;Z&amp;lt;/math&amp;gt; to her qubit, if &amp;lt;math&amp;gt;b \oplus \bigoplus_{j \in [n] \setminus \{S,R\}} m_j = 1&amp;lt;/math&amp;gt;. &amp;lt;/br&amp;gt; &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; share anonymous entanglement &amp;lt;math&amp;gt;|\Gamma\rangle_{SR} = \frac{1}{\sqrt{2}} (|00\rangle + |11\rangle)&amp;lt;/math&amp;gt;.&lt;br /&gt;
# &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; uses the quantum teleportation circuit with input &amp;lt;math&amp;gt;|\psi\rangle&amp;lt;/math&amp;gt; and anonymous entanglement &amp;lt;math&amp;gt;|\Gamma\rangle_{SR}&amp;lt;/math&amp;gt;, and obtains measurement outcomes &amp;lt;math&amp;gt;m_0, m_1&amp;lt;/math&amp;gt;.&lt;br /&gt;
# The players run a protocol to anonymously send bits &amp;lt;math&amp;gt;m_0,m_1&amp;lt;/math&amp;gt; from &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; (see [[GHZ-based Quantum Anonymous Transmission #Further Information|Further Information]] for details).&lt;br /&gt;
# &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; applies the transformation described by &amp;lt;math&amp;gt;m_0,m_1&amp;lt;/math&amp;gt; on his part of &amp;lt;math&amp;gt;|\Gamma\rangle_{SR}&amp;lt;/math&amp;gt; and obtains &amp;lt;math&amp;gt;|\psi\rangle_{SR}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
* To determine the sender &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; (Step 1) one can run either a classical collision detection protocol of [[GHZ State based Quantum Anonymous Transmission#References|[4] ]] or a quantum collision detection protocol of [[GHZ State based Quantum Anonymous Transmission#References|[6] ]]. The quantum version of the protocol requires additional &amp;lt;math&amp;gt;(\left\lceil \log n \right\rceil + 1)&amp;lt;/math&amp;gt; GHZ states.&lt;br /&gt;
* To determine the receiver &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; during the protocol one can incorporate an additional step using a classical receiver notification protocol of [[GHZ State based Quantum Anonymous Transmission#References|[4] ]].&lt;br /&gt;
* To send classical teleportation bits &amp;lt;math&amp;gt;m_0,m_1&amp;lt;/math&amp;gt; (Step 5) the players can run a classical logical OR protocol of [[GHZ State based Quantum Anonymous Transmission#References|[4] ]] or anonymous transmission protocol for classical bits with quantum resources of [[GHZ State based Quantum Anonymous Transmission#References|[6] ]]. The quantum protocol requires one additional GHZ state for transmitting one classical bit.&lt;br /&gt;
* The anonymous transmission of quantum states was introduced in [[GHZ State based Quantum Anonymous Transmission#References|[6] ]].&lt;br /&gt;
* The problem was subsequently developed to consider the preparation and certification of the GHZ state [[GHZ State based Quantum Anonymous Transmission#References|[3], [5], [7] ]].&lt;br /&gt;
* In [[GHZ State based Quantum Anonymous Transmission#References|[5] ]], it was first shown that the proposed protocol is information-theoretically secure against an active adversary.&lt;br /&gt;
* In [[GHZ State based Quantum Anonymous Transmission#References|[1] ]] a protocol using another multipartite state, the W state, was introduced. The reference discusses the noise robustness of both GHZ-based and W-based protocols and compares the performance of both protocols.&lt;br /&gt;
* Other protocols were proposed, which do not make use of multipartite entanglement, but utilise solely Bell pairs to create anonymous entanglement [[GHZ State based Quantum Anonymous Transmission#References|[2] ]].&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
#[https://journals.aps.org/pra/abstract/10.1103/PhysRevA.98.052320 Lipinska et al (2018)]&lt;br /&gt;
#[https://europepmc.org/abstract/med/27247078 Yang et al (2016)]&lt;br /&gt;
#[https://ieeexplore.ieee.org/document/4077005 Bouda et al (2007)]&lt;br /&gt;
#[https://arxiv.org/abs/0706.2010 Broadbent et al (2007)]&lt;br /&gt;
#[https://arxiv.org/abs/0706.2356 Brassard et al (2007)]&lt;br /&gt;
#[https://arxiv.org/abs/quant-ph/0409201 Christandl et al (2005)]&lt;br /&gt;
#[https://arxiv.org/abs/1811.04729 Unnikrishnan et al (2018)]&lt;br /&gt;
&amp;lt;div style=&#039;text-align: right;&#039;&amp;gt;&#039;&#039;contributed by Victoria Lipinska&#039;&#039;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>132.227.102.87</name></author>
	</entry>
</feed>