Hi All,
What's the motivation for 16 and 384? I suspect 16 (minimum) develops
a certain amount of entropy.
Also, is it possible to exhaust the pool (when bytes retreived > 384)?
Jeff
class RandomPool ...
{
public:
//! poolSize must be greater than 16
RandomPool(unsigned int poolSize=384);
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---