Flux Reference Manual |
---|
flux-rng —
struct FluxRng; FluxRng* flux_rng_new (void); void flux_rng_init (FluxRng *rng); void flux_rng_finalize (FluxRng *rng); void flux_rng_get_bytes (FluxRng *rng, gpointer out, guint len); guint flux_rng_get_guint (FluxRng *rng);
struct FluxRng { FluxObject object; guchar *pool; guint len; guint get_pos, insert_pos; };
void flux_rng_get_bytes (FluxRng *rng, gpointer out, guint len);
rng : | |
out : | |
len : |
<< Entropy and Cryptography | flux-rmd160 >> |