On Tue, Dec 10, 2002 at 11:13:00PM -0600, Michael Davis wrote: > By having to define NDEBUG in our individual applications does that mean > that encrypting with the debug version of cryptopp may not be compatible > with decrypting using the release version of cryptopp?
The debug and release versions of Crypto++ are compatible (assuming no compiler optimization bugs).
