ase/entropy.hh file


Namespaces

namespace Ase
The Anklang C++ API namespace.

Functions

void collect_runtime_entropy(uint64* data, size_t n)
Collect entropy from the current process, usually quicker than collect_system_entropy().
void collect_system_entropy(uint64* data, size_t n)
Collect entropy from system devices, like interrupt counters, clocks and random devices.