#include <beecrypt.h>
Data Fields | |
const char * | name |
The random generator's name. | |
const size_t | paramsize |
The size of the random generator's parameters. | |
const randomGeneratorSetup | setup |
Points to the setup function. | |
const randomGeneratorSeed | seed |
Points to the seeding function. | |
const randomGeneratorNext | next |
const randomGeneratorCleanup | cleanup |
The random generator's name.
The size of the random generator's parameters.
Points to the seeding function.
Points to the cleanup function.
Points to the function which generates the random data.
Points to the setup function.