Bitcoin ABC 0.30.5
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 257 of file randomenv.cpp.
void RandAddStaticEnv | ( | CSHA512 & | hasher | ) |
Gather non-cryptographic environment data that does not change over time.
Definition at line 341 of file randomenv.cpp.