Pairing-based Cryptography
   HOME

TheInfoList



OR:

Pairing-based cryptography is the use of a
pairing In mathematics, a pairing is an ''R''-bilinear map from the Cartesian product of two ''R''-modules, where the underlying ring ''R'' is commutative. Definition Let ''R'' be a commutative ring with unit, and let ''M'', ''N'' and ''L'' be ''R''-modu ...
between elements of two cryptographic
groups A group is a number of persons or things that are located, gathered, or classed together. Groups of people * Cultural group, a group whose members share the same cultural identity * Ethnic group, a group whose members share the same ethnic iden ...
to a third group with a mapping e :G_1 \times G_2 \to G_T to construct or analyze
cryptographic Cryptography, or cryptology (from grc, , translit=kryptós "hidden, secret"; and ''graphein'', "to write", or '' -logia'', "study", respectively), is the practice and study of techniques for secure communication in the presence of adve ...
systems.


Definition

The following definition is commonly used in most academic papers. Let F_q be a
Finite field In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field that contains a finite number of elements. As with any field, a finite field is a set on which the operations of multiplication, addition, subtr ...
over prime q, G_1, G_2 two additive
cyclic group In group theory, a branch of abstract algebra in pure mathematics, a cyclic group or monogenous group is a group, denoted C''n'', that is generated by a single element. That is, it is a set of invertible elements with a single associative bina ...
s 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 In mathematics, a bilinear map is a function combining elements of two vector spaces to yield an element of a third vector space, and is linear in each of its arguments. Matrix multiplication is an example. Definition Vector spaces Let V, W ...
: \forall a,b \in F_q^*, P\in G_1, Q\in G_2:\ e\left(aP, bQ\right) = e\left(P, Q\right)^ ; 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: # G_1 = G_2; # G_1 \ne G_2 but there is an ''efficiently computable''
homomorphism In algebra, a homomorphism is a structure-preserving map between two algebraic structures of the same type (such as two groups, two rings, or two vector spaces). The word ''homomorphism'' comes from the Ancient Greek language: () meaning "same" ...
\phi : G_2 \to G_1; # G_1 \ne G_2 and there are no ''efficiently computable'' homomorphisms between G_1 and G_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 In mathematics, a bilinear map is a Function (mathematics), function combining elements of two vector spaces to yield an element of a third vector space, and is Linear map, linear in each of its arguments. Matrix multiplication is an example. De ...
such as the
Weil pairing Weil may refer to: Places in Germany *Weil, Bavaria *Weil am Rhein, Baden-Württemberg *Weil der Stadt, Baden-Württemberg *Weil im Schönbuch, Baden-Württemberg Other uses * Weil (river), Hesse, Germany * Weil (surname), including people with ...
or
Tate pairing In mathematics, Tate pairing is any of several closely related bilinear pairings involving elliptic curves or abelian varieties, usually over local or finite fields, based on the Tate duality pairings introduced by and extended by . applied t ...
, 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. While first used for
cryptanalysis Cryptanalysis (from the Greek ''kryptós'', "hidden", and ''analýein'', "to analyze") refers to the process of analyzing information systems in order to understand hidden aspects of the systems. Cryptanalysis is used to breach cryptographic sec ...
, pairings have also been used to construct many cryptographic systems for which no other efficient implementation is known, such as
identity-based encryption ID-based encryption, or identity-based encryption (IBE), is an important primitive of ID-based cryptography. As such it is a type of public-key encryption in which the public key of a user is some unique information about the identity of the user ( ...
or
attribute-based encryption Attribute-based encryption is a type of public-key encryption in which the secret key of a user and the ciphertext are dependent upon attributes (e.g. the country in which they live, or the kind of subscription they have). In such a system, the decr ...
schemes. 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 Elliptic-curve cryptography (ECC) is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields. ECC allows smaller keys compared to non-EC cryptography (based on plain Galois fields) to provide e ...
, which is older and has been studied for a longer time.


Cryptanalysis

In June 2012 the
National Institute of Information and Communications Technology National may refer to: Common uses * Nation or country ** Nationality – a ''national'' is a person who is subject to a nation, regardless of whether the person has full rights as a citizen Places in the United States * National, Maryland, ce ...
(NICT),
Kyushu University , abbreviated to , is a Japanese national university located in Fukuoka, on the island of Kyushu. It was the 4th Imperial University in Japan, ranked as 4th in 2020 Times Higher Education Japan University Rankings, one of the top 10 Design ...
, and Fujitsu Laboratories Limited improved the previous bound for successfully computing a discrete logarithm on a
supersingular elliptic curve In algebraic geometry, supersingular elliptic curves form a certain class of elliptic curves over a field of characteristic ''p'' > 0 with unusually large endomorphism rings. Elliptic curves over such fields which are not supersingular ar ...
from 676 bits to 923 bits. In 2016, the Extended Tower Number Field Sieve algorithm allowed to reduced the complexity of finding discrete logarithm in some resulting groups of pairings. Thus, the security level of some pairing friendly elliptic curves have been later reduced.


References

{{Reflist


External links


Lecture on Pairing-Based CryptographyBen Lynn's PBC Library
Elliptic curve cryptography