hi guys, im completely new to crypto++ and my programming experience has somewhat waned over time so I need a little handholding.
I dld the new crypto++ package and compiled the resource as well as debug static libraries as stated in the article "Compiling and Integrating Crypto++ into the Microsoft Visual C++ Environment" on codeproject. The libraries (*.lib -> debug+release) compiled without errors or warnings to a size around 45 megs. Now to my question: Lets say I want to generate a simple message digest of a file (md5) or a crc-32. If I link to the crypto++ libraries does this bloat my code to 45Megs (crypto++) plus <size of my own code> ??? Even If I would only need the md5 or crc32 part ? Im sure there is some misunderunderstanding on my part..... Or do I only need to include the md5.obj and the header file md5.h into my project ? If there is some place (faqs,samples) that would address my general questions I would appreciate you pointing me to it! thanx, norbert --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
