diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-27 15:14:15 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-27 15:14:15 -0500 |
commit | 8f6f674753bae7494e1ee4569004947d47a4e983 (patch) | |
tree | 454eabd74a6fa1b9de32feafd8fedd21c0d731e9 /src/crypto/random.h | |
parent | Merge pull request #5559 (diff) | |
parent | wallet: add --extra-entropy command line flag (diff) | |
download | monero-8f6f674753bae7494e1ee4569004947d47a4e983.tar.xz |
Merge pull request #5609
1dc3b1a wallet: add --extra-entropy command line flag (moneromooo-monero)
Diffstat (limited to 'src/crypto/random.h')
-rw-r--r-- | src/crypto/random.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/random.h b/src/crypto/random.h index ccb9f4853..21a66d776 100644 --- a/src/crypto/random.h +++ b/src/crypto/random.h @@ -33,3 +33,4 @@ #include <stddef.h> void generate_random_bytes_not_thread_safe(size_t n, void *result); +void add_extra_entropy_not_thread_safe(const void *ptr, size_t bytes); |