A Quantum Proxy Signature Scheme Without Restrictions on the Identity and Number of Verifiers
Siyu Xiong

TL;DR
This paper introduces a new quantum signature method that allows anyone to verify messages without needing prior setup.
Contribution
The novel scheme removes the need for predefined verifiers in quantum proxy signatures.
Findings
The proposed scheme supports verification by arbitrary parties without pre-registration.
It maintains information-theoretic security guarantees.
The approach addresses limitations in existing quantum proxy signature systems.
Abstract
Quantum digital signatures (QDS) establish a framework for information-theoretically secure authentication in quantum networks. As a specialized extension of QDS, quantum proxy signatures facilitate secure delegation of signing privileges in distributed quantum environments. However, existing schemes require the predefinition of verifier identities at the system setup phase, which fundamentally constrains their deployment in real-world scenarios. To address this constraint, we propose a quantum proxy signature scheme supporting verification by arbitrary parties without pre-registration while maintaining information-theoretic security guarantees. This work presents a constructive approach to mitigating verification constraints in quantum proxy signature architectures.
Genes, proteins, chemicals, diseases, species, mutations and cell lines named across the full text — each resolved to its canonical identifier and authoritative record.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3
Figure 4- —the Civil Aviation Development Fund Education Talents Project
- —the General Fund of Civil Aviation Flight University of China
- —Special Project for Guiding the Construction of World-Class Universities (Disciplines) and Characteristic Development in Central Universities
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsQuantum Information and Cryptography · Quantum Computing Algorithms and Architecture · Quantum Mechanics and Applications
1. Introduction
Digital signatures, a core modern cryptography technology, underpin data security and the fundamental trust framework for critical digital infrastructures in the digital era. Widely deployed public-key cryptosystems in current classical computing scenarios—typified by RSA [1] and ECDSA [2]—anchor their security on computational complexity-theoretic assumptions, with particular reliance on the intractability of the large integer factorization problem and the discrete logarithm problem in finite fields. The advent of quantum algorithm [3,4,5,6] has fundamentally undermined this foundation by solving classically hard computational problems in polynomial time, thereby compromising the security of current cryptographic infrastructures in the era of quantum computation.
The threat posed by quantum computing has catalyzed two distinct cryptographic paradigms: post-quantum cryptography [7,8,9,10,11], which develops classical algorithms resistant to quantum attacks, and quantum cryptography [12,13,14,15,16], which leverages quantum mechanical principles to achieve information-theoretic security. Within quantum cryptography, quantum digital signatures (QDS) represent a class of protocols that harness quantum states to provide non-forgeable and non-repudiable authentication of digital messages, achieving information-theoretic security unattainable in classical cryptography. Following Gottesman and Chuang’s seminal theoretical framework [17], subsequent QDS schemes utilizing single photons [18], entangled states [19], and coherent states [20] have advanced rapidly from conception to experimental realization, including metropolitan-scale demonstrations [21] and measurement-device-independent protocols enhancing practical security [22]. Recently, Du et al. demonstrated the feasibility of chip-based quantum-dot single-photon sources [23], paving the way for large-scale deployment and integration with existing optical fiber infrastructure.
The inherent requirement for authorization delegation in distributed quantum environments has motivated the development of quantum proxy digital signatures (QPDS) as a specialized branch of quantum digital signatures. QPDS addresses this critical need by enabling a fundamental cryptographic operation: the secure transfer of signing privileges from an original signer to a designated proxy while preserving the information-theoretic security of the quantum signature framework. This delegation capability establishes the foundation for practical applications where distributed authority is essential, including collaborative quantum computing [24], quantum blockchain networks [25], and quantum internet of things ecosystems [26].
The research community has proposed various QPDS implementations encompassing diverse technical approaches. In 2008, building upon the foundational principles of classical threshold signature scheme [27], Yang et al. proposed a threshold proxy quantum group signature scheme incorporating threshold-shared verification [28]. The field of quantum proxy signatures has demonstrated remarkable diversification and evolutionary trends, giving rise to numerous variants designed to fulfill specific security and application requirements. For instance, quantum blind proxy signatures [29,30,31] leverage their distinctive blinding property to ensure signature validity while preserving message content privacy, offering viable solutions for scenarios such as electronic voting. Furthermore, branches including quantum multi-proxy signatures [32,33,34], threshold quantum proxy signatures [35,36], and quantum proxy group signatures [37,38,39] have substantially enriched this architecture by respectively addressing critical challenges in distributed collaboration. These diverse schemes exhibit tremendous potential for constructing future complex information security ecosystems.
Nevertheless, current schemes predominantly adhere to a permissioned verification paradigm, wherein the verification mechanism is structurally coupled with specific participant identities or predetermined verifier sets. This design imposes stringent constraints on the verification process: verifiers must belong to a predefined set or complete registration during the system initialization phase. Notably, while schemes based on threshold cryptography offer enhanced security guarantees, their verification mechanisms are inherently bound to a fixed-size group of verifiers, thus incapable of supporting parallel, independent verification by an arbitrary number of verifiers in open environments. In open environments, the identities and quantities of verifiers are highly dynamic and unpredictable, a requirement that the existing permissioned verification paradigm fails to accommodate. This contradiction underscores the central challenge confronting the QPDS field: how to transcend the limitations on verifier identity and quantity while maintaining reasonable cryptographic assumptions, thereby achieving universal verification capability.
Addressing this challenge, this paper proposes a novel quantum proxy signature scheme which constructs the one-way function based on the quantum Fourier transform. The scheme integrates quantum key distribution for secure key establishment and utilizes unitary transformations for quantum state manipulation in the signature process. Our scheme achieves universal verification, allowing an arbitrary number of verifiers of any identity to verify signatures without requiring pre-registration. This approach effectively overcomes the verification constraints in existing architectures while providing a practical solution for distributed quantum applications.
The organization of the rest of this paper is as follows. We begin with an introduction to the core of our scheme—the construction of the quantum Fourier transform-based one-way function—in Section 2. Section 3 then gives the complete description of our quantum proxy signature scheme. Following that, a security analysis is conducted in Section 4. Finally, we summarize our work in Section 5.
2. The Construction of Quantum One-Way Function
The security of our quantum proxy signature scheme is built upon the quantum one-way function constructed using the quantum Fourier transform (QFT). This approach leverages the inherent computational asymmetry of QFT to create an irreversible transformation that is secure against both classical and quantum attacks, forming the foundational component of our scheme. Here, we provide the detailed description of this construction.
Based on the QFT, the one-way function can map the classical bit string M of length m to the quantum state consisting of n quantum bits. Suppose the classical bit string M of length m can be expressed as
where . And a quantum state consisting of n qubits is the vector in the complex vector space of dimension , which can be expressed as
where represents the complex amplitude, and refers to the ground state. QFT is a linear transformation that maps the computational basis state to the Fourier basis state . For n qubits, the definition of QFT is
where is the normalization factor, and y is the index of the Fourier basis state, ranging from 0 to . Meanwhile, QFT is a unitary transformation, which satisfies
When constructing a quantum one-way function based on the QFT, first, the classical bit string M is encoded into an integer x, that is
Subsequently, the QFT is applied to the computational basis state , resulting in the output quantum state
Here, n should be large enough to accommodate all possible values of x, that is
When calculating , the QFT needs to be executed, and its complexity for simulation on a classical computer is . However, the inverse transformation, that is, reversing from to x on a classical computer is not feasible because the output of QFT is a highly complex quantum state, which cannot be directly measured to obtain x.
Quantum one-way function based on the QFT anchors its security in the physical nature of quantum state phase information, thereby providing information-theoretic security without relying on computational assumptions. It inherently resists quantum computing attacks and seamlessly integrates with quantum protocols, making it readily adaptable to broader quantum-safe security frameworks.
3. The Proposed Scheme
A quantum proxy signature scheme primarily enables a designated proxy signer to securely sign a message on behalf of the original signer, while ensuring the authenticity, integrity, and non-repudiation of the signed message under information-theoretic security. The proposed quantum proxy signature scheme involves three types of participants, as follows.
Original signer: This participant has the original signing authority. They share the key with the proxy signatory through quantum key distribution and delegate the signing authority to the proxy signatory.Proxy signer: After this participant shares a key with the original signer through quantum key distribution, they sign on behalf of the original signer.Trusted center: An advanced trusted node, possessing control over the entire scheme.
Here, taking the case of the minimum number of participants for each identity, that is, one participant for each identity, we provide the detailed introduction to the quantum proxy signature scheme that is publicly verifiable. The entire signature scheme consists of four stages: the initialization stage, the authorization stage, the signature stage, and the verification stage. The protocol is executed through four sequential stages involving three participants: original signer (OS), proxy signer (PS), and trusted center (TC). The complete workflow is formalized in the algorithms. The following provides detailed explanations for each stage.
3.1. The Initialization Stage
During this stage, the trusted center (TC) collaborates with the original signer Alice and the proxy signer Bob by executing a quantum key distribution protocol, generating three sets of keys of length , namely , , . Let represent the set of key types, and represent the index set. The three sets of keys can be expressed as
where , , and . TC performs the quantum entanglement establishment process described between the original signer and the proxy signer. Each of the three parties simultaneously generates entangled pairs. The entangled pairs between Alice and Bob can be expressed as
where C is the control information of TC as the advanced node during the entanglement establishment process, that is, the relevant measurement results. Through this entanglement establishment process, Alice and Bob generate pairs of entangled particles. The particle sequences owned by Alice and Bob are respectively denoted as and , which can be written as
Furthermore, TC also needs to prepare n quantum states based on the keys and , and the composite system becomes
TC uses pairs of entangled particles as the quantum channel, and the prepared is sent to the original signer Alice through teleportation. The message that the original signer Alice needs to sign is assumed to be
TC calculates the exclusive OR (XOR) result
based on the keys and .
Using this XOR result, TC calculates and publishes its outcome based on the quantum one-way function, which can be expressed as
The initialization stage establishes the foundational quantum resources and cryptographic keys required for the protocol. Algorithm 1 details the steps performed by the trusted center to set up the system. Algorithm 1: Initialization Stage
- Input: Security parameter n
- Output: Shared keys , entangled states , transformed state , public QFT output **1 Key Distribution via QKD;**2 ;3 ;4 ;**5 Entanglement Establishment;**6 ;**7 State Preparation and Teleportation;**8 ;9 ;**10 Public Parameter Publication;**11 ;12 ;13 ;14 return ;
3.2. The Authorization Stage
The original signer Alice constructs a proxy certificate information sequence characterized by a quantum state sequence, which indicates the identity information of the proxy signer, the valid period of the authorization, and other specific constraints that may exist regarding the signature authority granted to Bob, and the sequence is denoted as
According to this sequence, Alice measures the sequence obtained through entanglement establishment, and the set of measurement operators is
Suppose the characteristic function is
then the resulting measurement can be expressed as
Here, represents the measurement result of the i-th particle. Subsequently, Alice transforms the particle sequence received through teleportation from TC using the key , and after the transformation, it becomes
where satisfies and satisfies . Alice encrypts the content generated by the above process using the key to generate the message
where the encryption of the classical bit sequence uses the XOR operation of the key, while the encryption methods for quantum states and are as follows: Firstly, each binary bit in the key is mapped to a quantum bit; for example, 0 is mapped to , 1 is mapped to , and then a controlled operation is performed on the quantum state, which is controlled by the key bit. The commonly used controlled operation is the controlled NOT gate. That is, if the key bit is 0, no operation is performed on the quantum state; if the key bit is 1, a quantum NOT gate operation is performed on the quantum state. After the encryption is completed, Alice sends the message to the proxy signer Bob. Algorithm 2 formalizes this authorization process. Algorithm 2: Authorization Stage
3.3. The Signature Stage
After receiving , the proxy signer Bob decrypts it using the key. The specific decryption method is the same as the encryption principle. Upon receiving , , and , Bob first verifies the authenticity and validity of the -length quantum state sequence before performing any further operations. Specifically, Bob conducts a verification procedure by measuring the received quantum state sequence and comparing it with the locally held entangled state sequence of identical length , which was established during the prior entanglement distribution phase. If , then the Z basis (i.e., ) is chosen to measure ; if , then the X basis (i.e., , where and ) is chosen to measure . The measurement result is denoted as . If the condition
is satisfied, the signature authorization is accepted; otherwise, the signature is rejected. If the signature authorization is accepted, then Bob will commence the subsequent proxy signature operation. First, Bob generates a sequence of quantum random numbers
as his private key. Bob performs the XOR operation with the generated key on the random number sequence between himself and TC, as well as between himself and Alice, and obtains the result
Then Bob announces this sequence as his public key. Bob uses the private key to transform the quantum state sequence and generates the proxy signature as follows
where , , , . Algorithm 3 specifies the signature generation process. Algorithm 3: Signature Stage
3.4. The Verification Stage
The generated proxy signature can be used for public verification, meaning that any user can verify the validity of the signature. Suppose user Charlie needs to verify the signature, then the following steps need to be executed. Charlie, using Bob’s public key , performs a transformation on the signature to obtain the verification state
where , , , . Charlie measured the verification state using the Z basis measurement operator
and the result was recorded as
Charlie combines the measurement result with the message bit using an XOR operation, obtaining
After that Charlie calculated the result
based on the quantum Fourier transform. If
the signature is valid; otherwise, the signature is rejected. Algorithm 4 defines the universal verification procedure. Algorithm 4: Verification Stage
The schematic diagrams of each stage of the scheme are shown in Figure 1. The final proxy signature generated can be used for public verification and can be carried out at any time after the signature stage is completed. There is no limit on the number of verifiers who complete the verification. Due to the openness of information, the verification information of the completed verifiers does not affect the verification of subsequent verifiers. Multiple verifiers can conduct the verification simultaneously, which has a high signature verification efficiency.
4. Security Analysis
The security of the proposed proxy signature scheme for individual original signatories is analyzed below. The security analysis follows the established framework common in digital signature schemes [40,41], which ensures a comprehensive evaluation by examining the following three critical aspects: anti-honesty termination, anti-repudiation attack, and anti-forgery attack.
4.1. Anti-Honesty Termination
The anti-trust termination property of the proposed scheme mainly indicates whether the verifier can successfully verify the signature when all participants are honest and there is no external attack. In the initial stage, the trusted center (TC) prepares the quantum state sequence based on the keys and , and this sequence subsequently evolves into
Due to the unitary transformations performed during the evolution process, based on the Equations (11), (19), (22) and (23), the relationship can be obtained as follows
Therefore, it can always ensure
That is, in a situation where there is no interference from either internal or external dishonesty, the signature can always be verified as successful.
4.2. Anti-Repudiation Attack
Firstly, for the original signer Alice, since the quantum states , , and the public key involve the key between Alice and Bob, as well as the key between Alice and TC, if the final verification is successful, Alice’s use of the key makes it impossible for her to deny that she performed the proxy authorization. For the proxy signer Bob, since the proxy authorization certificate is a known quantum state containing Bob’s identity information, and the signature and the public key are derived from the shared key and held by Bob, thus Bob cannot deny that he performed the proxy signature on the message M.
4.3. Anti-Forgery Attack
The anti-forgery property of the proposed scheme can be analyzed from two aspects: anti-external attack and anti-internal attack.
For external attacks, assume the attacker is Eve, and her possible attack methods include auxiliary particle attack and interception retransmission attack. When Eve conducts an auxiliary particle attack, she uses the entangled pairs generated between Alice and Bob to entangle with them. Since the entangled pairs between Alice and Bob are generated by the given entanglement establishment process and not generated and distributed separately by TC, the scheme can effectively resist the auxiliary particle attack. If Eve chooses to carry out an interception retransmission attack, she needs to intercept the transmitted quantum state and replace it with a tampered quantum state. Since the transmission of quantum states in the given scheme uses encryption with the key generated by quantum key distribution, its security is guaranteed by the one-time key generated by quantum key distribution. When considering unconditional security for one-time pad encryption, the proposed scheme can completely resist this attack.
For the internal forgery attack, consider that both the original signer Alice and the proxy signer Bob could be the implementers of the forgery attack. If Alice is the attacker, she might forge the proxy signature that should have been generated by Bob based on . The generation of signature requires the participation of keys and , as can be seen from Equation (24), is obtained from through a specific unitary transformation. If Alice forges merely by guessing the key, the probability of success is
If Bob is the perpetrator of the forgery attack, he might carry out the forgery by generating an effective signature that is different from . According to the equation (14), the trusted center TC calculates and makes public the quantum state after the action of the one-way function based on quantum Fourier transform. This means that the message to be signed M cannot be forged or altered. According to the properties of the quantum one-way function, Bob cannot generate two different signatures using the same message. Moreover, the successful verification of the signature depends on the key between Alice and TC, and Bob, without this key information, cannot forge other signatures that can be successfully verified.
5. Summary
This paper presents a quantum proxy signature scheme that allows any number of verifiers to validate the validity of the signature. This scheme can be used when any number of network nodes participate in the signature verification process, and there is no need for the verification nodes to have prior information exchange with the nodes involved in the signature. It has high efficiency and flexibility in network applications. The use of one-way functions based on quantum Fourier transformation in the signature relies on the principles of quantum state non-clonability and the difficulty of precisely controlling quantum entanglement, which are quantum characteristics. The cryptographic foundation of this scheme guarantees its security against future quantum attacks, meaning that even with highly developed quantum computers, it is infeasible for attackers to reverse the input of the function.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Rivest R.L. Shamir A. Adleman L. A Method for Obtaining Digital Signatures and Public-Key Cryptosystems Commun. ACM 19782112012610.1145/359340.359342 · doi ↗
- 2Koblitz N. Elliptic Curve Cryptosystems Math. Comput.19874820320910.1090/S 0025-5718-1987-0866109-5 · doi ↗
- 3Shor P.W. Algorithms for Quantum Computation: Discrete Logarithms and Factoring Proceedings of the 35th Annual Symposium on Foundations of Computer Science Santa Fe, NM, USA 20–22 November 1994124134
- 4Grover L.K. A Fast Quantum Mechanical Algorithm for Database Search Proceedings of the 28th Annual ACM Symposium on the Theory of Computing Philadelphia, PA, USA 22–24 May 1996212219
- 5Pedernales J.S. Di Candia R. Egusquiza I.L. Casanova J. Solano E. Efficient Quantum Algorithm for Computing n-time Correlation Functions Phys. Rev. Lett.201411302050510.1103/Phys Rev Lett.113.02050525062155 · doi ↗ · pubmed ↗
- 6Sato Y. Tezuka H. Kondo R. Yamamoto N. Quantum Algorithm for Partial Differential Equations of Nonconservative Systems with Spatially Varying Parameters Phys. Rev. Appl.20252301406310.1103/Phys Rev Applied.23.014063 · doi ↗
- 7Bernstein D.J. Lange T. Post-Quantum Cryptography Nature 201754918819410.1038/nature 2346128905891 · doi ↗ · pubmed ↗
- 8Singh M. Sood S.K. Bhatia M. Post-Quantum Cryptography: A Review on Cryptographic Solutions for the Era of Quantum Computing Arch. Comput. Methods Eng.202510.1007/s 11831-025-10412-7 · doi ↗
