CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Toggle main menu visibility
Loading...
Searching...
No Matches
sdk
include
platform
generic-riscv
platform-entropy.hh
1
#pragma once
2
#include <
platform/concepts/entropy.h
>
3
4
using
EntropySource =
TrivialInsecureEntropySource
;
5
6
static_assert
(
IsEntropySource<EntropySource>
,
7
"EntropySource must be an entropy source"
);
TrivialInsecureEntropySource
A simple entropy source.
Definition
entropy.h:48
IsEntropySource
Definition
entropy.h:13
entropy.h
Concept for an Entropy sources and a trivial, insecure implementation using xoroshiro PRNG.
Generated by
1.18.0