> The other problem I have is the resuling code size of the parts of the > library I use, compared to the 4.2 version. Using CTR mode decryption adds > ~10K to my executable - the 5.0 code adds 20K.
Actually, that's wrong - I'm using an .exe compressor and was looking at its output. Here are the actual sizes decryption adds for both library versions (release build, everything compiled with multithreaded DLL runtime on Windows, and 'Minimize Size' optimisations): 4.2: 20,480 bytes 5.0: 61,440 bytes So with 5.0 there is a considerable bloat, at least for my application. Is this expected? -- gl
