fxrng_hash
fxrng_hash_init(struct fxrng_hash *h)
fxrng_hash_update(struct fxrng_hash *h, const void *buf, size_t sz)
fxrng_hash_finish(struct fxrng_hash *h, uint8_t buf[static FXRNG_HASH_SZ], size_t sz)
static struct fxrng_hash fxent_pool[FXRNG_NPOOLS];
struct fxrng_hash mix;