24 #undef HCS_STATIC_SEED
29 #define HCS_RAND_SEED_BITS 256
gmp_randstate_t rstate
gmp_randstate_t that is used internally
Definition: hcs_random.h:40
int hcs_reseed_random(hcs_random *hr)
Reseed the given hcs_random.
void hcs_free_random(hcs_random *hr)
Frees a hcs_random and all associated memory.
hcs_random * hcs_init_random(void)
Initialise an hcs_random and return a pointer to the newly created structure.
Random state used by a number of cryptographic functions.
Definition: hcs_random.h:39