of course,
the minimal code is here:
#include <stdlib.h>
#include <randpool.h> // PRNG
void main(void)
{
const unsigned int SEEDSIZE = 16;
CryptoPP::RandomPool rng( SEEDSIZE );
}
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---