To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Decision Linear assumption

From Wikipedia, the free encyclopedia

The Decision Linear (DLIN) assumption is a computational hardness assumption used in elliptic curve cryptography. In particular, the DLIN assumption is useful in settings where the decisional Diffie–Hellman assumption does not hold (as is often the case in pairing-based cryptography). The Decision Linear assumption was introduced by Boneh, Boyen, and Shacham.[1]

Informally the DLIN assumption states that given , with random group elements and random exponents, it is hard to distinguish from an independent random group element .

YouTube Encyclopedic

  • 1/3
    Views:
    6 308
    5 198
    8 367
  • Linear Programming 1 Formulation 1
  • 2. Assumptions of OLS Regression
  • 5. Detecting Multicollinearity in Regression using VIF

Transcription

Motivation

In symmetric pairing-based cryptography the group is equipped with a pairing which is bilinear. This map gives an efficient algorithm to solve the decisional Diffie-Hellman problem. [2] Given input , it is easy to check if is equal to . This follows by using the pairing: note that

Thus, if , then the values and will be equal.

Since this cryptographic assumption, essential to building ElGamal encryption and signatures, does not hold in this case, new assumptions are needed to build cryptography in symmetric bilinear groups. The DLIN assumption is a modification of Diffie-Hellman type assumptions to thwart the above attack.

Formal definition

Let be a cyclic group of prime order . Let , , and be uniformly random generators of . Let be uniformly random elements of . Define a distribution

Let be another uniformly random element of . Define another distribution

The Decision Linear assumption states that and are computationally indistinguishable.

Applications

Linear encryption

Boneh, Boyen, and Shacham define a public key encryption scheme by analogy to ElGamal encryption.[1] In this scheme, a public key is the generators . The private key is two exponents such that . Encryption combines a message with the public key to create a ciphertext

.

To decrypt the ciphertext, the private key can be used to compute

To check that this encryption scheme is correct, i.e. when both parties follow the protocol, note that

Then using the fact that yields

Further, this scheme is IND-CPA secure assuming that the DLIN assumption holds.

Short group signatures

Boneh, Boyen, and Shacham also use DLIN in a scheme for group signatures. [1] The signatures are called "short group signatures" because, with a standard security level, they can be represented in only 250 bytes.

Their protocol first uses linear encryption in order to define a special type of zero-knowledge proof. Then the Fiat–Shamir heuristic is applied to transform the proof system into a digital signature. They prove this signature fulfills the additional requirements of unforgeability, anonymity, and traceability required of a group signature.

Their proof relies on not only the DLIN assumption but also another assumption called the <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math alttext="{\displaystyle q}" xmlns="http://www.w3.org/1998/Math/MathML"> <semantics> <mrow class="MJX-TeXAtom-ORD"> <mstyle displaystyle="true" scriptlevel="0"> <mi>q</mi> </mstyle> </mrow> <annotation encoding="application/x-tex">{\displaystyle q}</annotation> </semantics> </math></span><img alt="{\displaystyle q}" aria-hidden="true" class="mwe-math-fallback-image-inline mw-invert skin-invert" src="https://wikimedia.org/api/rest_v1/media/math/render/svg/06809d64fa7c817ffc7e323f85997f783dbdf71d" style="vertical-align: -0.671ex; width:1.07ex; height:2.009ex;"/></span>-strong Diffie-Hellman assumption. It is proven in the random oracle model.

Other applications

Since its definition in 2004, the Decision Linear assumption has seen a variety of other applications. These include the construction of a pseudorandom function that generalizes the Naor-Reingold construction, [3] an attribute-based encryption scheme, [4] and a special class of non-interactive zero-knowledge proofs. [5]

References

  1. ^ a b c Dan Boneh, Xavier Boyen, Hovav Shacham: Short Group Signatures. CRYPTO 2004: 41–55
  2. ^ John Bethencourt: Intro to Bilinear Maps
  3. ^ Allison Bishop Lewko, Brent Waters: Efficient pseudorandom functions from the decisional linear assumption and weaker variants. CCS 2009: 112-120
  4. ^ Lucas Kowalczyk, Allison Bishop Lewko: Bilinear Entropy Expansion from the Decisional Linear Assumption. CRYPTO 2015: 524-541
  5. ^ Benoît Libert, Thomas Peters, Marc Joye, Moti Yung: Compactly Hiding Linear Spans. ASIACRYPT 2015: 681-707
This page was last edited on 30 May 2024, at 19:59
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.