diff options
author | Anton Kling <anton@kling.gg> | 2023-11-15 23:06:05 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2023-11-15 23:06:05 +0100 |
commit | 7c115f97f16ba1d26adf9b477520002cedc05c09 (patch) | |
tree | 10c1e703fd35039a17e3e0c971a27635b29d6309 /kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h | |
parent | 835101f96e7c9fca00940e967c471c33e4e4dae9 (diff) |
Add untracked files
Diffstat (limited to 'kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h')
-rw-r--r-- | kernel/crypto/xoshiro256plusplus/xoshiro256plusplus.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |