2#ifndef __ASE_ENTROPY_HH__
3#define __ASE_ENTROPY_HH__
The Anklang C++ API namespace.
uint64_t uint64
A 64-bit unsigned integer, use PRI*64 in format strings.
void collect_runtime_entropy(uint64 *data, size_t n)
To provide good quality random number seeds, this function gathers entropy from a variety of process ...
void collect_system_entropy(uint64 *data, size_t n)
This function adds to collect_runtime_entropy() by collecting entropy from aditional but potentially ...