Eugene Zolenko wrote: > I would streamline the logic of StoreInitialize like this, removing > goto and half of ifdefs. A goto for name selection is overkill :).
I was trying to keep the preexisting logic as much as possible to minimize the possibility of introducing new errors. But you're right, the result is a bit too convoluted. I've adopted your logic and improved it a bit (your code doesn't compile as written). The new revision is at http://cryptopp.svn.sourceforge.net/viewvc/cryptopp?view=rev&revision=473. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
