6 #ifndef BITCOIN_RANDOMENV_H 7 #define BITCOIN_RANDOMENV_H 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.
A hasher class for SHA-512.