Code.GeekInterview.com
 
Code Samples C++
 

C++ Elliptic Curve library


Code ResourceAuthor: chowsys  

Difficulty Level:

Published: 24th Nov 2006   Read: 4977 times  

Filed in: C++
Add Comment

 

 

Sponsored Links


 

 

Libecc is an Elliptic Curve Cryptography C++ library for fixed size keys in order to achieve a maximum speed. The goal of this project is to become the first free Open Source library providing the means to generate safe elliptic curves.

Libecc uses autoconf; configuration is done with the usual _linebr configure _linebr script. You can list all options of configure by issuing _linebr configure --help _linebr .

This section describes the configure options specific to libecc. The name of the macros that are related to the respective features are given between parenthesis after the option. You can not define these macros yourself, you may only use them in an #if ... #endif test. The macros are always defined; when a configure option was used then the macro is defined to 1, otherwise it is defined to 0. This makes it possible for the compiler to warn you when you made a typo in the name of a macro.

 



Download C++ Elliptic Curve library

Next Article: C++ Portable Components


 

Latest Code Samples

 

Popular Code Samples

 

Related Code Samples

 

Post Your Comment:

Members Please Login
Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe    



Comments

Very Good
Comment posted by: vijay indur on 2006-12-02T15:09:35

Popular Coders

# Coder NameHits
1. Priya36654
2. chowsys14950
3. bipin_vaylu13576
4. raghu.mohindru8716
5. Subashini7233
6. vimal.fire6972
7. rachittyagi6625
8. venki_madesh6204
9. prabha6191
10. vipin gupta5903

Active Coders

Refined Tags