5

From here they define the $\ell$-Diffie Hellman inversion problem as:

Given $g^{a},g^{a^2}\ldots,g^{a^{\ell}} \in G$, compute $g^{a^{-1}}$

Would this problem become easy if the generator $g$ is also known?

fgrieu
  • 140,762
  • 12
  • 307
  • 587
blz
  • 55
  • 5

3 Answers3

4

No.

The stated $l$-DHI problem is believed to remain hard when $g$ is known.

Actually, in the quoted page, it is assumed that $g$ is known throughout. This is obvious in particular in the sections on DLP and CDH.

fgrieu
  • 140,762
  • 12
  • 307
  • 587
  • I missed that bit at the top of the page. I got confused because some of the other assumptions list g to be explicitly known. – blz Mar 01 '12 at 06:04
  • @blz: You did not miss that bit - it was missing, I added it. – fgrieu Mar 01 '12 at 09:08
3

No. The generator $g$ is a public parameter of the group $G$. You cannot perform a Diffie-Hellman handshake unless both parties agree on the generator (as well as any other parameter that defines $G$), so naturally any variation of the Diffie-Hellman problem must, by definition, assume the same thing.

Henrick Hellström
  • 10,406
  • 1
  • 30
  • 58
3

Do you know about the paper Variations of Diffie-Hellman Problem (PDF)? The problem you stated is the generalization of the inversion problem stated in that paper. You can use their technique to prove the relation.

Paŭlo Ebermann
  • 22,656
  • 7
  • 79
  • 117
Jalaj
  • 1,323
  • 9
  • 10