> Hmmm. So how did the changes to iterhash.{cpp,h} which I rather you
hadn't made (since they made my exe larger and are now less clear than
previously) address this? And *why* did code size get worse?
I would guess that whether the code gets bigger or smaller is up to
your compiler/linker settings, since nothing changes about whether you
actually use those functions or not - only whether the linker
optimizes them out. Do you have the same optimizations enabled in your
exe project and in cryptlib? Especially function-level linking, which
effects whether individual functions can get optimized out, and /
OPT:REF? I'm not sure, but maybe Link-time code generation might be
helpful too.
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---