This struct holds information and pointers to code specific to each source of entropy. More...
#include <beecrypt.h>
Data Fields | |
| const char * | name |
| The entropy source's name. | |
| const entropyNext | next |
| Points to the function which produces the entropy. | |
This struct holds information and pointers to code specific to each source of entropy.
The entropy source's name.
Points to the function which produces the entropy.
1.6.1