I'm not sure how to use the function EncodePoint in ECDSA. Is it
correct?

byte *encodedPoint=new byte[sizeof(pubKeyPoint)];
pubKey.GetGroupParameters().GetCurve().EncodePoint(encodedPoint,
pubKeyPoint,true);


EC2NPoint p;
pubKey.GetGroupParameters().GetCurve().DecodePoint (p, encodedPoint,
28);

--~--~---------~--~----~------------~-------~--~----~
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