diff options
Diffstat (limited to 'src/random.h')
-rw-r--r-- | src/random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/random.h b/src/random.h new file mode 100644 index 0000000..ffaa69e --- /dev/null +++ b/src/random.h @@ -0,0 +1,2 @@ +int +urandom_bytes(const size_t n, uint8_t (*const addr)[]); |