Do you mean you find a point (x,y) on the curve and encrypt message
using x,y as key?

Whether yes or no, that is what I am trying to do.

The problem is, how do I find a point on a curve? Now I can only use
Elliptic Curve Builder to generate random points.

Also, can I give x, curve parameter and find y?

Thanks.

On Jan 20, 5:02 am, "Wei Dai" <[email protected]> wrote:
> Representing a message as a point is not implemented in Crypto++. The ECIES
> encryption algorithm in Crypto++ using elliptic curve to establish arandom
> symmetric key, and then uses that to encrypt the message as bytes, not as a
> point.
Where could I find this code?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to