Hey,
I'm wondering whether it's okay just to instantiate a single, global AutoSeededRandomPool in your application that is used by all the various crypto algorithms or whether it's better to instantiate a new AutoSeededRandomPool every time you need it (such as one for creating a random nonce and another one when calling RSA's Encrypt() method). Soren --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cryptopp-users?hl=en -~----------~----~----~----~------~----~------~--~---
