mirror of
https://git.wownero.com/wowlet/wownero-seed.git
synced 2024-08-15 01:03:29 +00:00
wowify
This commit is contained in:
parent
8d19ea23db
commit
3d70455534
17 changed files with 49 additions and 49 deletions
14
include/wownero_seed/secure_random.hpp
Normal file
14
include/wownero_seed/secure_random.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
Copyright (c) 2020 tevador <tevador@gmail.com>
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
class secure_random {
|
||||
public:
|
||||
static void gen_bytes(void* output, size_t size);
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue