Table of Contents
Fetching ...

Quantum function secret sharing

Alex B. Grilo, Ramis Movassagh

TL;DR

The paper defines quantum function secret sharing (QFSS) with a classical dealer and quantum parties, aiming to compute $f_C(|\psi\rangle,\Pi)=\|\Pi C|\psi\rangle\|^2$ using only classical communication. It introduces a Cayley-path–based protocol where shares are randomized circuit interpolants $C_i=C(1-i\Delta)$ and the final value is reconstructed by extrapolating measured probabilities, achieving correctness and information-theoretic security against a single adversary. However, the work proves two inherent limitations: security does not hold against colluding parties (two or more adversaries) and the evaluation requires exponential time in the number of gates, driven by the need for exponential precision in reconstruction. The results connect quantum function secret sharing to interpolation-based approaches used in quantum supremacy, offering a stepping stone toward fully classical verification of quantum computation while highlighting fundamental barriers to broader security and efficiency.

Abstract

We propose a quantum function secret sharing scheme in which the communication is exclusively classical. In this primitive, a classical dealer distributes a secret quantum circuit $C$ by providing shares to $p$ quantum parties. The parties on an input state $\ketψ$ and a projection $Π$, compute values $y_i$ that they then classically communicate back to the dealer, who can then compute $\lVert ΠC|ψ\rangle\rVert^2$ using only classical resources. Moreover, the shares do not leak much information about the secret circuit $C$. Our protocol for quantum secret sharing uses the {\em Cayley path}, a tool that has been extensively used to support quantum primacy claims. More concretely, the shares of $C$ correspond to randomized version of $C$ which are delegated to the quantum parties, and the reconstruction can be done by extrapolation. Our scheme has two limitations, which we prove to be inherent to our techniques: First, our scheme is only secure against single adversaries, and we show that if two parties collude, then they can break its security. Second, the evaluation done by the parties requires exponential time in the number of gates.

Quantum function secret sharing

TL;DR

The paper defines quantum function secret sharing (QFSS) with a classical dealer and quantum parties, aiming to compute using only classical communication. It introduces a Cayley-path–based protocol where shares are randomized circuit interpolants and the final value is reconstructed by extrapolating measured probabilities, achieving correctness and information-theoretic security against a single adversary. However, the work proves two inherent limitations: security does not hold against colluding parties (two or more adversaries) and the evaluation requires exponential time in the number of gates, driven by the need for exponential precision in reconstruction. The results connect quantum function secret sharing to interpolation-based approaches used in quantum supremacy, offering a stepping stone toward fully classical verification of quantum computation while highlighting fundamental barriers to broader security and efficiency.

Abstract

We propose a quantum function secret sharing scheme in which the communication is exclusively classical. In this primitive, a classical dealer distributes a secret quantum circuit by providing shares to quantum parties. The parties on an input state and a projection , compute values that they then classically communicate back to the dealer, who can then compute using only classical resources. Moreover, the shares do not leak much information about the secret circuit . Our protocol for quantum secret sharing uses the {\em Cayley path}, a tool that has been extensively used to support quantum primacy claims. More concretely, the shares of correspond to randomized version of which are delegated to the quantum parties, and the reconstruction can be done by extrapolation. Our scheme has two limitations, which we prove to be inherent to our techniques: First, our scheme is only secure against single adversaries, and we show that if two parties collude, then they can break its security. Second, the evaluation done by the parties requires exponential time in the number of gates.

Paper Structure

This paper contains 17 sections, 12 theorems, 41 equations, 2 figures, 4 algorithms.

Key Result

Proposition 1

Suppose $e(\theta)$ is a degree $d$ polynomial in $\theta$. Assume $e(\theta_i)\le \epsilon$ where $|1-\theta_i|\in [0,\Delta]$. Then $|e(0)| \leq \epsilon \frac{\exp[d(1+\log\Delta^{-1})]}{\sqrt{2\pi d}}$.

Figures (2)

  • Figure 1: A function $f_C$ is computed in a distributed way, where $f_C(\psi,\Pi):=\norm{\Pi C\ket{\psi}}^2$ is the output of a quantum circuit that the dealer (e.g., client) wants to compute. The dealer may wish to provide a classical description of $\psi$ but the protocol allows for a pre-agreed state $\psi$ whose $p$ copies are used by the quantum parties as inputs. The latter allows for inputs whose preparation may require deep quantum circuits. The quantum parties compute $y_i\approx\norm{\Pi C(\theta_i)\ket{\psi}}^2$ and classically communicate them back to the dealer. The reconstruction by the dealer is performed classically and efficiently through an extrapolation.
  • Figure 2: The center of the ball denotes the Haar measure $\mathcal{H}$ and the circuits $B(\theta_i)$ and $C(\theta_j)$ are instances of small pullbacks of the Haar measure towards the fixed circuits $B:=B(0)$ and $C:=C(0)$.

Theorems & Definitions (22)

  • Remark 1
  • Proposition 1: Lemma 4 via Eq. 13 in kondo2022quantum
  • Proposition 2: Lemma 2 in movassagh2023hardness
  • Definition 1
  • Theorem 1
  • Lemma 1
  • proof
  • Lemma 2
  • proof
  • Remark 2
  • ...and 12 more