CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Loading...
Searching...
No Matches
entropy.h File Reference

Concept for an Entropy sources and a trivial, insecure implementation using xoroshiro PRNG. More...

#include <array>
#include <concepts>
#include <cstdint>
#include <ds/xoroshiro.h>

Go to the source code of this file.

Classes

class  TrivialInsecureEntropySource
 A simple entropy source. More...

Concepts

concept  IsEntropySource

Detailed Description

Concept for an Entropy sources and a trivial, insecure implementation using xoroshiro PRNG.

Definition in file entropy.h.