An alternative that is far less painful is to compile Crypto++ as a static lib, then write a DLL wrapper that exposes only the functions you need. Then the linker, when building the DLL, will only include the code used.

michael

At 07:31 AM 11/7/2003 -0500, you wrote:
        You could sit down and spend a lot of time to modify the code to
generate a library with a subset of code, but why would you want to?  The
linker should only pull the code from the library that is required.  If you
want to generate a DLL with only RSA you might be able to monkey with the
definitions for that specific construct to get closer to what you need.

        73,
                Shawn


> -----Original Message----- > From: Brian [mailto:[EMAIL PROTECTED] > Sent: Friday, November 07, 2003 2:31 AM > To: [EMAIL PROTECTED] > Subject: Compiling only RSA? > > Hi, > > I just downloaded cryptopp and was wondering how I can compile a library > that only supports the RSA alogrithm? I've downloaded the documentation > and have compiled it into a CHM file, so if there are any keywords that I > can search for in that, I would appreciate them. Thanks. > > -- > Brian > >



Reply via email to