![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>#include <randomenv.h>#include <clientversion.h>#include <compat/compat.h>#include <compat/cpuid.h>#include <crypto/sha512.h>#include <span.h>#include <support/cleanse.h>#include <util/time.h>#include <algorithm>#include <atomic>#include <cstdint>#include <cstring>#include <chrono>#include <climits>#include <thread>#include <vector>#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 |
| void RandAddDynamicEnv | ( | CSHA512 & | hasher | ) |
Gather non-cryptographic environment data that changes over time.
Definition at line 188 of file randomenv.cpp.
| void RandAddStaticEnv | ( | CSHA512 & | hasher | ) |
Gather non-cryptographic environment data that does not change over time.
Definition at line 267 of file randomenv.cpp.
|
extern |