Click here to Skip to main content
15,607,338 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i need the c codings for elliptic curve cryptogrphy algorithm...dor my project work..pls send it...
Posted
Updated 9-Oct-12 3:56am
v2
Comments
enhzflep 9-Oct-12 9:58am    
Sergey Alexandrovich Kryukov 9-Oct-12 10:06am    
Yes, this is the most elliptic, curved, and, paradoxically, not so cryptic ;-)
--SA
enhzflep 9-Oct-12 10:10am    
Too good an opportunity to pass-up. :)
Sergey Alexandrovich Kryukov 9-Oct-12 10:14am    
Right. Nevertheless, I decided to provide few references, in case OP does not know how to do the search. Even though I doubt that a person who cannot find the code can use it, maybe the reason is different; perhaps OP is more busy than I am :-)
--SA

1 solution

It's explained here:
http://en.wikipedia.org/wiki/Elliptic_curve_cryptography[^].

Source code in C is available:
http://en.wikipedia.org/wiki/OpenSSL[^],
http://www.openssl.org/[^].

And here:
http://en.wikipedia.org/wiki/GnuTLS[^],
http://www.gnu.org/software/gnutls/[^].

And who knows where else. However, more ECC open-source libraries are written in C++, not C. You can explore more; start from the very first link above and find other references there.

—SA
 
Share this answer
 
Comments
enhzflep 9-Oct-12 10:21am    
Good stuff. +5
Sergey Alexandrovich Kryukov 9-Oct-12 10:21am    
Thank you.
--SA
Jochen Arndt 9-Oct-12 10:26am    
Good summary. +5.
However, the questioner could have asked Google himself.
Sergey Alexandrovich Kryukov 9-Oct-12 12:22pm    
Thank you, Jochen.
OP himself? Most certainly. I think, my comments (hints?) were suggestive enough. :-)
--SA

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