Bitcoin ABC  0.28.12
P2P Digital Currency
Functions
randomenv.h File Reference
#include <crypto/sha512.h>
Include dependency graph for randomenv.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ RandAddDynamicEnv()

void RandAddDynamicEnv ( CSHA512 hasher)

Gather non-cryptographic environment data that changes over time.

Definition at line 257 of file randomenv.cpp.

Here is the caller graph for this function:

◆ RandAddStaticEnv()

void RandAddStaticEnv ( CSHA512 hasher)

Gather non-cryptographic environment data that does not change over time.

Definition at line 341 of file randomenv.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: