Hi Wei, Would you consider adding a few standard testing interfaces? Perhaps with an ostream& parameter?
Not all platforms have a console. If the test function wrote to a stream, the library could call the function and later write to cout; while other test programs (such as one written for Windows Mobile), could call the same function and display its output in a text box. Jeff -- 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.
