Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

DJB described curve25519 in his paper which can be found here: http://cr.yp.to/ecdh/curve25519-20060209.pdf. It seems that the main purpose was for Diffie-Hellman key exchange. I think this means that Discrete Log is supposed to be hard on curve25519. My questions is whether DDH (Decisional Diffie-Hellman) assumption is conjectured to hold on curve25519 too so that we can use it for building an ElGamal encryption scheme. Some quick investigation shows that DDH are assumed to be hard on elliptic curves with large embedding degree (http://en.wikipedia.org/wiki/Decisional_Diffie%E2%80%93Hellman_assumption) and it seems that most elliptic curves have large embedding degree except those constructed for pairing based crypto. So I guess the answer should be yes. But still I would like to get some expert knowledge to confirm that one can securely build ElGamal encryption on this curve

share|improve this question
If you are looking for "expert knowledge to confirm that one can securely build ElGamal encryption on this curve" I'd suggest you have come to the wrong place. Do you really want advice on something that it sounds like you will be using in a real system from some random guy/girl on the internet who happens to have a high reputation on some website? – mikeazo Mar 7 at 12:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.