GeekInterview | Geeks Forum | Online Quiz | Learning Center | Privacy | Terms and Conditions | Contact
GeekInterview Code Base
Code Snippets Login Register

C++ Elliptic Curve library

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.
24 November, 2006
chowsys
5
Visit

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.

N/A

 

Comments [ Leave Comment ]

No comments posted yet. Be the first one to comment.

 

Tips [ Leave Tip ]

No tips added yet. Be the first one to share tip.

 

Reviews [ Leave Review ]

Posted by vijay indur at 02 December, 2006
Very Good

 

Tags

post_resource

 

Related Categories

Projects » C++
MYSQL » Database » C/C++
Code Samples » C/C++
SQL Server » Database » C/C++
Oracle » Database » C/C++
Copyright @GeekInterview.com