This seems to be a FAQ that hasn't made the official FAQs yet... It's possible, of course, but there are several tricky things to watch out for when doing it because of rules about exporting template instantiations from DLLs. It's definitely not at a stage where you can select things with #defines.
There was a thread a couple months ago about building a small library with only hashing algorithms: "Crypto++ "lite" for use with STLport?" http://groups.google.com/group/cryptopp-users/browse_thread/thread/5ee8e684cd7402fa/e8896f9b4dbcf175 But if you are just worried about size of the EXE/DLL/lib, you might want to see this thread first: "Statically linked lib file size is 40+ Meg in size! (VS 2005 build)" http://groups.google.com/group/cryptopp-users/browse_thread/thread/2c8a622c9e49c17e Tim On Jan 1, 5:00 am, ksachdeva <[EMAIL PROTECTED]> wrote: > Hi, > > I have downloaded and compiled the Crypto++ sources. All went well and > the library is really promising. > > I was wondering if it is possible to generating dll/lib including only > certain algorithms. For eg I am only interested in RSA and Hashing > algorithms. > > I have noticed that there is no pre-processor etc. for algorithms. > > Would appreciate if some one has done that and would suggest if there > are any issues in doing that. > > Regards > Kapil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
