Pairing-based cryptography is the use of a pairing between elements of two cryptographic groups to a third group with a mapping
e:G1 x G2\toGT
The following definition is commonly used in most academic papers.[1]
Let
Fq
q
G1,G2
q
GT
q
e:G1 x G2 → GT
\foralla,b\in
*, | |
F | |
q |
P\inG1,Q\inG2: e\left(aP,bQ\right)=e\left(P,Q\right)ab
e ≠ 1
e
If the same group is used for the first two groups (i.e.
G1=G2
Some researchers classify pairing instantiations into three (or more) basic types:
G1=G2
G1\neG2
\phi:G2\toG1
G1\neG2
G1
G2
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 are believed to be infeasible while the simpler decisional Diffie–Hellman problem 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]
Let
e
g
G
g
gx
gy
e
gxy
gz
gz=gxy
x
y
z
e(gx,gy)=e(g,gz)
By using the bilinear property
x+y+z
e(gx,gy)=e(g,g)xy=e(g,g)z=e(g,gz)
GT
xy=z
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. Thus, the security level of some pairing friendly elliptic curves have been later reduced.
Pairing-based cryptography is used in the KZG cryptographic commitment scheme.
A contemporary example of using bilinear pairings is exemplified in the BLS digital signature scheme.
Pairing-based cryptography relies on hardness assumptions separate from e.g. the elliptic-curve cryptography, which is older and has been studied for a longer time.
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 algorithm[6] allowed to reduce the complexity of finding discrete logarithm 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] provided revised concrete estimates on the key sizes of secure pairing-based cryptosystems.