pairing-based cryptography

Pairing-based cryptography is the use of a pairing between elements of two cryptographic groups to a third group with a mapping e :G_1 \times G_2 \to G_T to construct or analyze cryptographic systems.

Definition

The following definition is commonly used in most academic papers.{{cite book|last1=Koblitz|first1=Neal|last2=Menezes|first2=Alfred|title=Cryptography and Coding |chapter=Pairing-Based cryptography at high security levels|series=Lecture Notes in Computer Science|date=2005|volume=3796|pages=13–36 |doi=10.1007/11586821_2|isbn=978-3-540-30276-6 }}

Let \mathbb{F}_q be a finite field over prime q, G_1, G_2 two additive cyclic groups of prime order q and G_T another cyclic group of order q written multiplicatively. A pairing is a map: e: G_1 \times G_2 \rightarrow G_T , which satisfies the following properties:

; Bilinearity: \forall a,b \in \mathbb{F}_q^*, P\in G_1, Q\in G_2:\ e\left(aP, bQ\right) = e\left(P, Q\right)^{ab}

; Non-degeneracy: e \neq 1

; Computability: There exists an efficient algorithm to compute e.

Classification

If the same group is used for the first two groups (i.e. G_1 = G_2), 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. G_1 = G_2;
  2. G_1 \ne G_2 but there is an efficiently computable homomorphism \phi : G_2 \to G_1;
  3. G_1 \ne G_2 and there are no efficiently computable homomorphisms between G_1 and G_2.{{cite journal|last1=Galbraith|first1=Steven|last2=Paterson|first2=Kenneth|last3=Smart|first3=Nigel|title=Pairings for Cryptographers|journal=Discrete Applied Mathematics|date=2008|volume=156|issue=16|pages=3113–3121|doi=10.1016/j.dam.2007.12.010|doi-access=free}}

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 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.{{Cite book |last1=Boneh |first1=Dan |last2=Lynn |first2=Ben |last3=Shacham |first3=Hovav |chapter=Short Signatures from the Weil Pairing |series=Lecture Notes in Computer Science |date=2001 |volume=2248 |editor-last=Boyd |editor-first=Colin |title=Advances in Cryptology — ASIACRYPT 2001 |chapter-url=https://link.springer.com/chapter/10.1007/3-540-45682-1_30 |language=en |location=Berlin, Heidelberg |publisher=Springer |pages=514–532 |doi=10.1007/3-540-45682-1_30 |isbn=978-3-540-45682-7}}

Let e be a non-degenerate, efficiently computable, bilinear pairing. Let g be a generator of G. Consider an instance of the CDH problem, g,g^x, g^y. Intuitively, the pairing function e does not help us compute g^{xy}, the solution to the CDH problem. It is conjectured that this instance of the CDH problem is intractable. Given g^z, we may check to see if g^z=g^{xy} without knowledge of x, y, and z, by testing whether e(g^x,g^y)=e(g,g^z) holds.

By using the bilinear property x+y+z times, we see that if e(g^x,g^y)=e(g,g)^{xy}=e(g,g)^{z}=e(g,g^z), then, since G_T is a prime order group, xy=z.

While first used for cryptanalysis,{{cite journal|last1=Menezes|first1=Alfred J. Menezes|last2=Okamato|first2=Tatsuaki|last3=Vanstone|first3=Scott A.|title=Reducing Elliptic Curve Logarithms to Logarithms in a Finite Field|journal=IEEE Transactions on Information Theory|date=1993|volume=39|issue=5|pages=1639–1646 |doi=10.1109/18.259647 }} 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.

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.{{cite web |work=Press release from NICT |date=June 18, 2012 |url=http://www.nict.go.jp/en/press/2012/06/18en-1.html |title=NICT, Kyushu University and Fujitsu Laboratories Achieve World Record Cryptanalysis of Next-Generation Cryptography }}

In 2016, the Extended Tower Number Field Sieve algorithm{{Cite journal |last1=Kim |first1=Taechan |last2=Barbulescu |first2=Razvan |date=2015 |title=Extended Tower Number Field Sieve: A New Complexity for the Medium Prime Case |url=https://eprint.iacr.org/2015/1027 |journal=Cryptology ePrint Archive |language=en}} 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.{{cite journal |last1=Sarkar |first1=Palash |last2=Singh |first2=Shashank |year=2019 |title=A unified polynomial selection method for the (tower) number field sieve algorithm |journal=Advances in the Mathematics of Communications |volume=13 |issue=3 |pages=435–455 |doi=10.3934/amc.2019028|doi-access=free }} In view of these advances, several works{{citation|last1=Menezes|first1=Alfred|last2=Sarkar|first2=Palash|last3=Singh|first3=Shashank|title=Challenges with assessing the impact of NFS advances on the security of pairing-based cryptography|publisher=Springer-Verlag|series=Lecture Notes in Computer Science|volume=10311|year=2016|pages=83–108|doi=10.1007/978-3-319-61273-7_5 |url=https://doi.org/10.1007/978-3-319-61273-7_5|isbn=978-3-319-61272-0}}{{Cite journal |last1=Barbulescu |first1=Razvan |last2=Duquesne |first2=Sylvain |date=2019-10-01 |title=Updating Key Size Estimations for Pairings |url=https://doi.org/10.1007/s00145-018-9280-5 |journal=Journal of Cryptology |language=en |volume=32 |issue=4 |pages=1298–1336 |doi=10.1007/s00145-018-9280-5 |s2cid=253635514 |issn=1432-1378}} provided revised concrete estimates on the key sizes of secure pairing-based cryptosystems.

References

{{Reflist}}