file
entropy.hhNamespaces
- 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.