Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <crypto/sha512.h>
Go to the source code of this file.
Functions | |
void | RandAddDynamicEnv (CSHA512 &hasher) |
Gather non-cryptographic environment data that changes over time. | |
void | RandAddStaticEnv (CSHA512 &hasher) |
Gather non-cryptographic environment data that does not change over time. | |
Gather non-cryptographic environment data that changes over time.
Definition at line 257 of file randomenv.cpp.
Gather non-cryptographic environment data that does not change over time.
Definition at line 341 of file randomenv.cpp.