diff options
Diffstat (limited to 'kernel/random.c')
-rw-r--r-- | kernel/random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/random.c b/kernel/random.c index bb28606..38924ce 100644 --- a/kernel/random.c +++ b/kernel/random.c @@ -1,4 +1,5 @@ // FIXME: This is mostlikely incredibly inefficent and insecure. +#include <assert.h> #include <crypto/ChaCha20/chacha20.h> #include <crypto/SHA1/sha1.h> #include <crypto/xoshiro256plusplus/xoshiro256plusplus.h> |