#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 cleanup function. | |
const randomGeneratorNext | next |
const randomGeneratorCleanup | cleanup |
Definition at line 152 of file beecrypt.h.
|
Definition at line 179 of file beecrypt.h. |
|
The random generator's name.
|
|
Definition at line 175 of file beecrypt.h. |
|
The size of the random generator's parameters.
|
|
Points to the cleanup function.
|
|
Points to the setup function.
|