From 7c115f97f16ba1d26adf9b477520002cedc05c09 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 15 Nov 2023 23:06:05 +0100 Subject: Add untracked files --- kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h (limited to 'kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h') diff --git a/kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h b/kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h new file mode 100644 index 0000000..920019f --- /dev/null +++ b/kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h @@ -0,0 +1,2 @@ +void seed_xoshiro_256_pp(uint64_t input[4]); +uint64_t xoshiro_256_pp(void); -- cgit v1.2.3