diff options
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); |