Quantum Digital Signature
   HOME

TheInfoList



OR:

A Quantum Digital Signature (QDS) refers to the quantum mechanical equivalent of either a classical digital signature or, more generally, a handwritten signature on a paper document. Like a handwritten signature, a digital signature is used to protect a document, such as a digital contract, against forgery by another party or by one of the participating parties. As e-commerce has become more important in society, the need to certify the origin of exchanged information has arisen. Modern digital signatures enhance security based on the difficulty of solving a mathematical problem, such as finding the factors of large numbers (as used in the
RSA algorithm The RSA (Rivest–Shamir–Adleman) cryptosystem is a public-key cryptography, public-key cryptosystem, one of the oldest widely used for secure data transmission. The initialism "RSA" comes from the surnames of Ron Rivest, Adi Shamir and Leonar ...
). Unfortunately, the task of solving these problems becomes feasible when a quantum computer is available (see
Shor's algorithm Shor's algorithm is a quantum algorithm for finding the prime factors of an integer. It was developed in 1994 by the American mathematician Peter Shor. It is one of the few known quantum algorithms with compelling potential applications and strong ...
). To face this new problem, new quantum digital signature schemes are in development to provide protection against tampering, even from parties in possession of quantum computers and using powerful quantum cheating strategies.


Classical public-key method

The public-key method of cryptography allows a sender to sign a message (often only the
cryptographic hash A cryptographic hash function (CHF) is a hash algorithm (a map of an arbitrary binary string to a binary string with a fixed size of n bits) that has special properties desirable for a cryptographic application: * the probability of a particu ...
of the message) with a sign key in such a way that any recipient can, using the corresponding public key, check the authenticity of the message. To allow this, the public key is made broadly available to all potential recipients. To make sure only the legal author of the message can validly sign the message, the public key is created from a random, private sign key, using a
one-way function In computer science, a one-way function is a function that is easy to compute on every input, but hard to invert given the image of a random input. Here, "easy" and "hard" are to be understood in the sense of computational complexity theory, s ...
. This is a function that is designed such that computing the result given the input is very easy, but computing the input given the result is very difficult. A classic example is the multiplication of two very large primes: The multiplication is easy, but factoring the product without knowing the primes is normally considered infeasible. : x \mapsto f(x) ''easy'' : f(x) \mapsto x ''very difficult''


Quantum Digital Signature

Like classical digital signatures, quantum digital signatures make use of asymmetric keys. Thus, a person who wants to sign a message creates one or more pairs of sign and corresponding public keys. In general we can divide quantum digital signature schemes into two groups: # A scheme that creates a public quantum-bit key out of a private classical bit string: k \mapsto , f_k \rangle # A scheme that creates a public quantum-bit key out of a private quantum bit string: , k \rangle \mapsto , f_k \rangle In both cases f is a one-way quantum function that has the same properties as a classical one-way function. That is, the result is easy to compute, but, in contrast to the classical scheme, the function is ''impossible'' to invert, even if one uses powerful quantum cheating strategies. The most famous scheme for the first method above is provided by Gottesman and Chuang Daniel Gottesman, Isaac L. Chuang. ''Quantum Digital Signatures'',
''arXiv:quant-ph/0105032'' v2
(November 15, 2001)


Requirements for a good and usable signature scheme

Most of the requirements for a classical digital signature scheme also apply to the quantum digital signature scheme. In detail # The scheme has to provide security against tampering by ## The sender after the message was signed (see bit commitment) ## The receiver ## A third party # Creating a signed message has to be easy # Every recipient has to get the same answer, when testing the message for validity (Valid, Non-Valid) Xin Lü, Deng-Guo Feng. ''Quantum Digital Signature Based on Quantum One-way Functions''
''arxiv:quant-ph/04030462'' v2
(June 24, 2004)


Differences between classical and quantum one-way functions


Nature of the one-way function

A classical one-way function as said above is based on a classical infeasible mathematical task, whereas a quantum one-way function exploits the uncertainty principle which makes it impossible even for a quantum computer to compute the inverse. This is done by providing a quantum output state, with whom one cannot learn enough about the input string to reproduce it. In case of the first group of schemes this is shown by Holevo's theorem, which says, that from a given n-qubit
quantum state In quantum physics, a quantum state is a mathematical entity that embodies the knowledge of a quantum system. Quantum mechanics specifies the construction, evolution, and measurement of a quantum state. The result is a prediction for the system ...
one cannot extract more than n classical bits of information.Michael A. Nielsen, Isaac L. Chuang. ''Quantum Computation and Quantum Information 1st Ed.'', Cambridge University Press, p.531-536 One possibility to ensure that the scheme uses less qubits for a bit string of a certain length is by using nearly orthogonal states : , \langle f_k, f_k' \rangle , < \delta \qquad \text k \neq k' \land 0 \le \delta \le 1 That gives us the possibility to induce a basis with more than two states. So to describe an information of 2^n bits, we can use less than n qubits. An example with a 3 qubit basis :* , 0 \rangle :* , 1 \rangle :* \frac (, 0 \rangle + , 1 \rangle ) Only m qubits are needed to describe n classical bits when 3^m = 2^n holds. Because of Holevo's theorem and the fact, that m can be much smaller than n, we can only get m bits out of the n bits message. More general, if one gets T copies of the public key he can extract at most Tm bits of the private key. If \delta is big n-Tm becomes very large, which makes it impossible for a dishonest person to guess the sign key. ''Note: You cannot distinguish between non-orthogonal states, if you only have a small amount of identical states. That's how the quantum one-way functions works. ''
''Nevertheless , f_k \rangle leaks information about the private key, in contrast to the classical public key, which forces one to get nothing or all about the private key. ''


Copying the public key

In the classical case we create a classical public key out of a classical sign key, thus it is easy to provide every potential recipient with a copy of the public key. The public key can be freely distributed. This becomes more difficult in the quantum case, because copying a quantum state is forbidden by the no cloning theorem, as long as the state itself is unknown.Michael A. Nielsen, Isaac L. Chuang. ''Quantum Computation and Quantum Information 1st Ed.'', Cambridge University Press, p.532 So public keys can only be created and distributed by a person who knows the exact quantum state he wants to create, thus who knows the sign key (This can be the sender or in more general a trustful institution). Nevertheless, in contrast to the classical public key there is an upper bound for the number of public quantum keys T which can be created, without enabling one to guess the sign key and thus endangering the security of the scheme ( n-Tm has to be big)


Public Key should be the same for every recipient (Swap Test)

To make sure that every recipient gets identical results when testing the authenticity of a message, public keys distributed have to be the same. This is straightforward in the classical case, because one can easily compare two classical bit strings and see if those match. Nevertheless, in the quantum state it is more complicated. To test, if two public quantum states are the same one has to compare the following : , f_k' \rangle = , f_k \rangle This is done with the following
quantum circuit In quantum information theory, a quantum circuit is a model for quantum computation, similar to classical circuits, in which a computation is a sequence of quantum gates, measurements, initializations of qubits to known values, and possibly o ...
which uses one
Fredkin gate The Fredkin gate (also controlled-SWAP gate and conservative logic gate) is a computational circuit suitable for reversible computing, invented by Edward Fredkin. It is ''universal'', which means that any logical or arithmetic operation can be con ...
''F'', one
Hadamard gate The Hadamard transform (also known as the Walsh–Hadamard transform, Hadamard–Rademacher–Walsh transform, Walsh transform, or Walsh–Fourier transform) is an example of a generalized class of Fourier transforms. It performs an orthogonal ...
''H'' and an ancilla qubit ''a''. First of all the ancilla qubit is set to a symmetric state , a \rangle = \frac (, 0 \rangle + , 1 \rangle) . Right after the ancilla qubit is used as a control on the targets , f_k \rangle \ and \ , f_k' \rangle in a Fredkin Gate. Furthermore, a Hadamard gate is applied on the ancilla qubit and finally the first qubit gets measured. If both states are the same, the result , 0 \rangle is measured. If both states are nearly orthogonal, the result can be either , 0 \rangle \ or \ , 1 \rangle . The calculation of the swap test in more detail: The overall state : , \psi_0 \rangle = , a \rangle , f_k \rangle , f_k' \rangle : , \psi_0 \rangle = \frac \bigg(, 0 \rangle + , 1 \rangle \bigg) , f_k \rangle , f_k' \rangle : , \psi_0 \rangle = \frac \bigg(, 0 \rangle , f_k \rangle , f_k' \rangle + , 1 \rangle , f_k \rangle , f_k' \rangle \bigg) After the Fredkin gate is applied \Rightarrow \frac \bigg(, 0 \rangle , f_k \rangle , f_k' \rangle + , 1 \rangle \mathbf \bigg) After the Hadamard gate is applied on the first qubit \Rightarrow \frac\bigg 0 \rangle + , 1 \rangle \bigg) , f_k \rangle , f_k' \rangle + \bigg(, 0 \rangle - , 1 \rangle \bigg), f_k' \rangle , f_k \rangle \bigg/math> After sorting for , 0 \rangle \text , 1 \rangle \Rightarrow , \psi \rangle = \frac\bigg security parameter In cryptography, a security parameter is a way of measuring of how "hard" it is for an adversary to break a cryptographic scheme. There are two main types of security parameter: ''computational'' and ''statistical'', often denoted by \kappa and ...
of some kind. It is more unlikely to validate a bit wrong for bigger M. * If he only gets a few incorrect keys, then the bit is most probably valid, because his calculated keys and the public keys seem to be the same. * If he gets many incorrect keys, then somebody faked the message with high probability.


Avoid a message to be validated differently

One problem which arises especially for a small M is, that the number of incorrect keys different recipients measure differ with probability. So to define only one threshold is not enough, because it would cause a message to be validated differently, when the number of incorrect keys r is very close to the defined threshold. This can be prevented by defining more than one threshold. Because the number of errors increase proportional with M, the thresholds are defined like : Acceptance T_ = c_1 M : Rejection T_ = c_2 M * If the number of incorrect keys r is below T_ , then the bit is valid with high probability * If the number of incorrect keys r is above T_ , then the bit is faked with high probability * If the number of incorrect keys r is in-between both thresholds, then the recipient cannot be sure, if another recipient gets the same outcome, when validating the bit. Furthermore, he can't be even sure, if he validated the message right. ''If we assume perfect channels without noise, so the bit can't be changed due to the transfer, then the threshold T_a can be set to zero, because the swap test passes always, when the compared states are the same''


Message authentication

Message authentication codes (MACs) mainly aim at data origin authentication, but they can also provide non-repudiation in certain realistic scenarios when a trusted third party is involved. In principle, the same idea can be exploited in the framework of quantum MACs. However, a broad class of quantum MACs does not seem to offer any advantage over their classical counterparts.


See also

*
Lamport signature In cryptography, a Lamport signature or Lamport one-time signature scheme is a method for constructing a digital signature. Lamport signatures can be built from any cryptographically secure one-way function; usually a cryptographic hash function i ...
- A practical digital signature method invented in the 1970s and believed to be secure even against quantum computing attacks. *
Quantum cryptography Quantum cryptography is the science of exploiting quantum mechanical properties to perform cryptographic tasks. The best known example of quantum cryptography is quantum key distribution, which offers an information-theoretically secure soluti ...
*
Quantum fingerprinting Quantum fingerprinting is a proposed technique that uses a quantum computer to generate a string with a similar function to the cryptographic hash function. Alice and Bob hold n-bit strings x and y. Their goal and a referee's is to obtain the corre ...


References

{{DEFAULTSORT:Quantum Digital Signature Digital signature schemes Key management Quantum information science Theoretical computer science>0 \rangle \bigg(, f_k \rangle , f_k' \rangle + , f_k' \rangle , f_k \rangle \bigg) + , 1 \rangle \bigg(, f_k \rangle , f_k' \rangle - , f_k' \rangle , f_k \rangle \bigg)\bigg/math> Now it is easy to see, if the states , f_k \rangle = , f_k' \rangle \ then \ , \psi \rangle = , 0 \rangle , f_k \rangle , f_k \rangle , which gives us a 0 whenever it is measured.


An example of a signing-validation process using a simplified Gottesman-Chuang scheme


Signing Process

Let Person A (Alice) want to send a message to Person B (Bob). Hash algorithms won't be considered, so Alice has to sign every single bit of her message. Message-Bit b \in \ . Alice chooses M pairs of private keys \ \quad 1 \le i \le M * All the k_0 keys will be used to sign the message-bit if b = 0. * All the k_1 keys will be used to sign the message-bit if b = 1. The function which maps k \mapsto , f_k \rangle is known to all parties. Alice now computes the corresponding public keys \ and gives all of them to the recipients. She can make as many copies as she needs, but has to take care, not to endanger the security \left( n \gg Tm \text \right) . ''Her level of security limits the number of identical public keys she can create'' If * message-bit b = 0, she sends all her private keys k_0 along with the message-bit b to Bob * message-bit b = 1, she sends all her private keys k_1 along with the message-bit b to Bob ''Remember: In this example Alice picks only one bit b and signs it. She has to do that for every single bit in her message ''


Validation Process

Bob now possesses * The message-bit b * The corresponding private keys k_0 \text k_1 * All public keys \ Now Bob calculates , f_ \rangle for all received private keys (either k_0 \text k_1 ). After he has done so he makes use of the swap test to compare the calculated states with the received public keys. Since the swap test has some probability to give the wrong answer he has to do it for all the M keys and counts how many incorrect keys he gets r. Therefore, M can be thought of as a
security parameter In cryptography, a security parameter is a way of measuring of how "hard" it is for an adversary to break a cryptographic scheme. There are two main types of security parameter: ''computational'' and ''statistical'', often denoted by \kappa and ...
of some kind. It is more unlikely to validate a bit wrong for bigger M. * If he only gets a few incorrect keys, then the bit is most probably valid, because his calculated keys and the public keys seem to be the same. * If he gets many incorrect keys, then somebody faked the message with high probability.


Avoid a message to be validated differently

One problem which arises especially for a small M is, that the number of incorrect keys different recipients measure differ with probability. So to define only one threshold is not enough, because it would cause a message to be validated differently, when the number of incorrect keys r is very close to the defined threshold. This can be prevented by defining more than one threshold. Because the number of errors increase proportional with M, the thresholds are defined like : Acceptance T_ = c_1 M : Rejection T_ = c_2 M * If the number of incorrect keys r is below T_ , then the bit is valid with high probability * If the number of incorrect keys r is above T_ , then the bit is faked with high probability * If the number of incorrect keys r is in-between both thresholds, then the recipient cannot be sure, if another recipient gets the same outcome, when validating the bit. Furthermore, he can't be even sure, if he validated the message right. ''If we assume perfect channels without noise, so the bit can't be changed due to the transfer, then the threshold T_a can be set to zero, because the swap test passes always, when the compared states are the same''


Message authentication

Message authentication codes (MACs) mainly aim at data origin authentication, but they can also provide non-repudiation in certain realistic scenarios when a trusted third party is involved. In principle, the same idea can be exploited in the framework of quantum MACs. However, a broad class of quantum MACs does not seem to offer any advantage over their classical counterparts.


See also

*
Lamport signature In cryptography, a Lamport signature or Lamport one-time signature scheme is a method for constructing a digital signature. Lamport signatures can be built from any cryptographically secure one-way function; usually a cryptographic hash function i ...
- A practical digital signature method invented in the 1970s and believed to be secure even against quantum computing attacks. *
Quantum cryptography Quantum cryptography is the science of exploiting quantum mechanical properties to perform cryptographic tasks. The best known example of quantum cryptography is quantum key distribution, which offers an information-theoretically secure soluti ...
*
Quantum fingerprinting Quantum fingerprinting is a proposed technique that uses a quantum computer to generate a string with a similar function to the cryptographic hash function. Alice and Bob hold n-bit strings x and y. Their goal and a referee's is to obtain the corre ...


References

{{DEFAULTSORT:Quantum Digital Signature Digital signature schemes Key management Quantum information science Theoretical computer science