Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <randomenv.h>
#include <clientversion.h>
#include <compat/cpuid.h>
#include <support/cleanse.h>
#include <util/time.h>
#include <algorithm>
#include <atomic>
#include <chrono>
#include <climits>
#include <thread>
#include <vector>
#include <cstdint>
#include <cstring>
#include <sys/types.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/utsname.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | RandAddDynamicEnv (CSHA512 &hasher) |
Gather non-cryptographic environment data that changes over time. More... | |
void | RandAddStaticEnv (CSHA512 &hasher) |
Gather non-cryptographic environment data that does not change over time. More... | |
Variables | |
char ** | environ |
Necessary on some platforms. More... | |
void RandAddDynamicEnv | ( | CSHA512 & | hasher | ) |
Gather non-cryptographic environment data that changes over time.
Definition at line 257 of file randomenv.cpp.
void RandAddStaticEnv | ( | CSHA512 & | hasher | ) |
Gather non-cryptographic environment data that does not change over time.
Definition at line 341 of file randomenv.cpp.
|
extern |
Necessary on some platforms.