BeeCrypt
4.2.1
|
This struct holds information and pointers to code specific to each pseudo-random number generator. More...
#include <beecrypt.h>
Data Fields | |
const char * | name |
The random generator's name. More... | |
const size_t | paramsize |
The size of the random generator's parameters. More... | |
const randomGeneratorSetup | setup |
Points to the setup function. More... | |
const randomGeneratorSeed | seed |
Points to the seeding function. More... | |
const randomGeneratorNext | next |
const randomGeneratorCleanup | cleanup |
This struct holds information and pointers to code specific to each pseudo-random number generator.
const randomGeneratorCleanup randomGenerator::cleanup |
randomGenerator::name |
The random generator's name.
const randomGeneratorNext randomGenerator::next |
randomGenerator::paramsize |
The size of the random generator's parameters.
randomGenerator::seed |
Points to the seeding function.
Points to the cleanup function.
Points to the function which generates the random data.
randomGenerator::setup |
Points to the setup function.