On Tue, Mar 30, 2010 at 10:32, Alan Cooper <[email protected]> wrote: > I used the cryptest example as a template for my development and my > RSA decryption was failing because I wasn't initialising the global > RNG. It would be good if a nice exception can be thrown instead of an > access violation. Not sure how easy it is to make such a change? > The "global RNG" is part of the code you copied as a template, not part of the library itself. So you can, of course throw whatever type of exception you'd like before attempting to use it.
Geoff -- 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. To unsubscribe from this group, send email to cryptopp-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
