CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Loading...
Searching...
No Matches
platform-entropy.hh
1#pragma once
3
4using EntropySource = TrivialInsecureEntropySource;
5
7 "EntropySource must be an entropy source");
A simple entropy source.
Definition entropy.h:48
Concept for an Entropy sources and a trivial, insecure implementation using xoroshiro PRNG.