Pairing-based cryptography

Technique in cryptography From Wikipedia, the free encyclopedia

Pairing-based cryptography is the use of a pairing between elements of two cryptographic groups to a third group with a mapping to construct or analyze cryptographic systems.

Definition

The following definition is commonly used in most academic papers.[1]

Let be a finite field over prime , two additive cyclic groups of prime order , and another cyclic group of order written multiplicatively. A pairing is a map: , which satisfies the following properties:

Bilinearity
Non-degeneracy
If generates and generates , then generates (i.e., ).
Computability
There exists an efficient algorithm to compute .

Classification

If the same group is used for the first two groups (i.e. ), the pairing is called symmetric and is a mapping from two elements of one group to an element from a second group.

Some researchers classify pairing instantiations into three (or more) basic types:

  1. ;
  2. but there is an efficiently computable homomorphism ;
  3. and there are no efficiently computable homomorphisms between and .[2]

Usage in cryptography

If symmetric, pairings can be used to reduce a hard problem in one group to a different, usually easier problem in another group.

For example, in groups equipped with a bilinear mapping such as the Weil pairing or Tate pairing, generalizations of the computational Diffie–Hellman problem (CDH) are believed to be infeasible while the simpler decisional Diffie–Hellman problem (DDH) can be easily solved using the pairing function. The first group is sometimes referred to as a Gap Group because of the assumed difference in difficulty between these two problems in the group.[3]

To illustrate, let be a symmetric, non-degenerate, efficiently computable bilinear pairing, where is a multiplicative group with generator . Consider an instance of the CDH problem: given , , and , the goal is to compute . The pairing function does not directly help us compute , leaving the CDH problem presumably intractable. However, given a candidate solution , we can check if (thereby solving the DDH problem) without knowing , , or , by testing if:

By using the bilinear property, we can pull the exponents out:

and

Since is a prime order group, the equality implies , validating the candidate answer.

While first used for cryptanalysis,[4] pairings have also been used to construct many cryptographic systems for which no other efficient implementation is known, such as identity-based encryption or attribute-based encryption schemes.

Pairing-based cryptography is used in the KZG cryptographic commitment scheme and is exemplified in the BLS digital signature scheme.[3]

Cryptanalysis

In June 2012 the National Institute of Information and Communications Technology (NICT), Kyushu University, and Fujitsu Laboratories Limited improved the previous bound for successfully computing a discrete logarithm on a supersingular elliptic curve from 676 bits to 923 bits.[5]

In 2016, the Extended Tower Number Field Sieve (exTNFS) algorithm[6] allowed to reduce the complexity of finding discrete logarithms in some resulting groups of pairings. There are several variants of the multiple and extended tower number field sieve algorithm expanding the applicability and improving the complexity of the algorithm. A unified description of all such algorithms with further improvements was published in 2019.[7] In view of these advances, several works[8][9] provided revised concrete estimates on the key sizes of secure pairing-based cryptosystems.

References

Related Articles

Wikiwand AI