Computational Diffie–Hellman assumption
The computational Diffie–Hellman assumption is a computational hardness assumption about the Diffie–Hellman problem.
The CDH assumption involves the problem of computing the discrete logarithm in cyclic groups. The CDH problem illustrates the attack of an eavesdropper in the Diffie–Hellman key exchange protocol to obtain the exchanged secret key.
Definition
Consider a cyclic group G of order q. The CDH assumption states that, givenfor a randomly chosen generator g and random
it is computationally intractable to compute the value
Relation to Discrete Logarithms
The CDH assumption is strongly related to the discrete logarithm assumption. If computing the discrete logarithm in G were easy, then the CDH problem could be solved easily:Given
one could efficiently compute in the following way:
- compute by taking the discrete log of to base ;
- compute by exponentiation: ;
Relation to Decisional Diffie–Hellman Assumption
The CDH assumption is a weaker assumption than the Decisional Diffie–Hellman assumption. If computing from was easy, then one could solve the DDH problem trivially.Many cryptographic schemes that are constructed from the CDH problem rely in fact on the hardness of the DDH problem. The semantic security of the Diffie–Hellman key exchange as well as the security of the ElGamal encryption rely on the hardness of the DDH problem.
There are concrete constructions of groups where the stronger DDH assumption does not hold but the weaker CDH assumption still seems to be a reasonable hypothesis.
Variations of the Computational Diffie–Hellman assumption
The following variations of the CDH problem have been studied and proven to be equivalent to the CDH problem:- Square computational Diffie–Hellman problem : On input, compute ;
- Inverse computational Diffie–Hellman problem : On input, compute ;
- Divisible computation Diffie–Hellman problem : On input, compute ;
Variations of the Computational Diffie–Hellman assumption in product groups
Let and be two cyclic groups.- Co-Computational Diffie–Hellman problem: Given and, compute ;