![]() |
PIVX Core
5.6.99
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. More... | |
| void | RandAddStaticEnv (CSHA512 &hasher) |
| Gather non-cryptographic environment data that does not change over time. More... | |
| void RandAddDynamicEnv | ( | CSHA512 & | hasher | ) |
Gather non-cryptographic environment data that changes over time.
Definition at line 230 of file randomenv.cpp.
| void RandAddStaticEnv | ( | CSHA512 & | hasher | ) |
Gather non-cryptographic environment data that does not change over time.
Definition at line 325 of file randomenv.cpp.