Quadratic residuosity problem

1

The quadratic residuosity problem (QRP ) in computational number theory is to decide, given integers a and N, whether a is a quadratic residue modulo N or not. Here N = p_1 p_2 for two unknown primes p_1 and p_2, and a is among the numbers which are not obviously quadratic non-residues (see below). The problem was first described by Gauss in his Disquisitiones Arithmeticae in 1801. This problem is believed to be computationally difficult. Several cryptographic methods rely on its hardness, see. An efficient algorithm for the quadratic residuosity problem immediately implies efficient algorithms for other number theoretic problems, such as deciding whether a composite N of unknown factorization is the product of 2 or 3 primes.

Precise formulation

Given integers a and T, a is said to be a quadratic residue modulo T if there exists an integer b such that Otherwise we say it is a quadratic non-residue. When T = p is a prime, it is customary to use the Legendre symbol: This is a multiplicative character which means for exactly (p-1)/2 of the values, and it is -1 for the remaining. It is easy to compute using the law of quadratic reciprocity in a manner akin to the Euclidean algorithm; see Legendre symbol. Consider now some given N = p_1 p_2 where p_1 and p_2 are two different unknown primes. A given a is a quadratic residue modulo N if and only if a is a quadratic residue modulo both p_1 and p_2 and. Since we don't know p_1 or p_2, we cannot compute and. However, it is easy to compute their product. This is known as the Jacobi symbol: This also can be efficiently computed using the law of quadratic reciprocity for Jacobi symbols. However, cannot in all cases tell us whether a is a quadratic residue modulo N or not! More precisely, if then a is necessarily a quadratic non-residue modulo either p_1 or p_2, in which case we are done. But if then it is either the case that a is a quadratic residue modulo both p_1 and p_2, or a quadratic non-residue modulo both p_1 and p_2. We cannot distinguish these cases from knowing just that. This leads to the precise formulation of the quadratic residue problem: Problem: Given integers a and N = p_1 p_2, where p_1 and p_2 are distinct unknown primes, and where, determine whether a is a quadratic residue modulo N or not.

Distribution of residues

If a is drawn uniformly at random from integers such that, is a more often a quadratic residue or a quadratic non-residue modulo N? As mentioned earlier, for exactly half of the choices of, then , and for the rest we have. By extension, this also holds for half the choices of. Similarly for p_2. From basic algebra, it follows that this partitions into 4 parts of equal size, depending on the sign of and. The allowed a in the quadratic residue problem given as above constitute exactly those two parts corresponding to the cases and. Consequently, exactly half of the possible a are quadratic residues and the remaining are not.

Applications

The intractability of the quadratic residuosity problem is the basis for the security of the Blum Blum Shub pseudorandom number generator. It also yields the public key Goldwasser–Micali cryptosystem, as well as the identity based Cocks scheme.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article