Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi 1.i want to know how can i find the order of the generating point?i mean what can be the convention used for infinity while programming so that i can find generating point.

2.Is there any bound for the values of x-y coordinates while encoding the text message using koblitz method?or can it be any value which does satisfy the equation y^2%p=x^3+ax+b %p

3.Is the value of k used during encoding of text message to find x-y coordinates(koblitz method) is same as the value randomely generated by the sender to encrypt the message? or both are different?and should the value of k be less than value of p(number of fields)


its been a week we are searching plz reply fast...
Posted
Updated 6-Mar-11 22:35pm
v4

1 solution

There's an article on CodeProject here: A simple C++ implementation of Elliptic Curve Cryptography[^]

Google returns many results. Please let us know which ones you've looked at, so we don't duplicate those results.
 
Share this answer
 
Comments
amruthch 8-Mar-11 1:31am    
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900