Quantum Conference Key Agreement

Functionality Description


Conference key agreement (CKA), or multipartite key distribution is a cryptographic task where more than two parties wish to establish a common secret key. It is possible to compose bipartite QKD protocols to accomplish this task. However, protocols based on multipartite quantum correlations may be more efficient and practical in future large scale quantum networks.

Protocols


The protocols that implement this functionality are:

Classical Analogues


No content has been added to this section, yet!

Real-world Use Cases


No content has been added to this section, yet!

Properties


An ideal CKA protocol, with $N$ users, Alice, Bob$_{1}$, Bob$_{2}$, โ€ฆ, Bob$ _{N-1}$ should have the following properties:

  • Correctness: A CKA protocol is said to be correct if all parties receive the same key at the end of the protocol with high probability.
    Formally, a CKA protocol is $\epsilon _{corr}$-correct if: $$p(K_{A}=K_{B_{1}}=โ€ฆ=K_{B_{N-1}})\geq 1-\epsilon _{corr}$$
    where $K_{A},K_{B_{i}}$ are the final keys held by Alice and Bob$_{i}$, and $p(K_{A}=K_{B_{1}}=โ€ฆ=K_{B_{N-1}})$ is the probability that all final keys are identical.
  • Secrecy: A CKA protocol is said to be secret if an eavesdropper Eve cannot differentiate between the key established and a random bitstring.
    Formally, a CKA protocol is $\epsilon _{sec}$-secret if, for $\Omega$ being the event that the protocol does not abort,
    $$p(\Omega ){\frac {1}{2}}||\rho _{K_{A}E|\Omega }-\tau _{K_{A}}\otimes \rho _{E|\Omega }||\leq \epsilon _{sec},$$
    where $p(\Omega)$ is the probability of the event $\Omega$, ย $\rho _{K_{A}E|\Omega}$ is the state shared by Alice and Eve at the end of the protocol given the event $\Omega$, $\tau _{K_{A}}={\frac {1}{|S|}}\sum _{s_{i}\in S}|s_{i}\rangle \langle s_{i}|$ is the maximally mixed state over all possible values that the key $K_{A}$ can assume, and $S=\{0,1\}^{\times l}$ where $l$ is the length of the key $K_{A}$.
  • Completeness: A quantum CKA protocol is $\epsilon _{c}$-complete if there exists an honest implementation of the protocols, such that the probability of not aborting is greater than $1-\epsilon _{c}$.

A generic protocol structure for this functionality has:

  • Preparation and distribution: A source distributes a multipartite entangled state to the $N$ parties. This step is repeated $n$ times.
  • Measurements: Upon receiving the systems, the parties perform local measurements and record the classical outcome. The measurements are randomly chosen according to the specifications of the protocol. One of the possible measurement settings is used with higher probability and is called the key generation measurements. The other measurements are used for test rounds, which only occasionally occur.
  • Parameter estimation: The parties announce the inputs and outputs of their test rounds and of some randomly chosen key generation rounds which are used to estimate their correlation and the potential influence of an eavesdropper. At the end of this step, each party is left with a string of $n_{raw}<n$ bits, which constitute their raw key.
  • Information reconciliation (error correction): The parties publicly exchange classical information in order for the Bobs to correct their raw keys to match Aliceโ€™s string. In the multipartite case, the information reconciliation protocol needs to account for the correction of the strings of all the Bobs.
  • Privacy amplification: Alice randomly picks a hash function, chosen among a two-universal family of hash functions, and communicates it to the Bobs. Every party applies the hash function to turn her/his partially secure string of $n_{raw}$ bits into a secure key of $l<n_{raw}$ bits.

Further Information


No content has been added to this section, yet!

References


  1. Murta, Glรกucia, Federico Grasselli, Hermann Kampermann, and Dagmar BruรŸ. โ€œQuantum conference key agreement: A review.โ€ย Advanced Quantum Technologies 3, no. 11 (2020): 2000025. acheck not used

Leave a Reply

Your email address will not be published. Required fields are marked *