Those of you trying to reduce code size might want to look into switching to Visual C++ .NET 2003. It produced a cryptest.exe of size 1,439,232 on the latest code in CVS, compared to 1,974,321 with VC++ 6.0. The key settings to enable are whole program optimization, global optimization, optimize for size, eliminate unreferenced data, and COMDAT folding.
