Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Include dependency graph for sigcache.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SignatureCacheHasher |
We're hashing a nonce into the entries themselves, so we don't need extra blinding in the set hash computation. More... | |
class | CachingTransactionSignatureChecker |
Functions | |
void | InitSignatureCache () |
Variables | |
static const unsigned int | DEFAULT_MAX_SIG_CACHE_SIZE = 32 |
static const int64_t | MAX_MAX_SIG_CACHE_SIZE = 16384 |
Function Documentation
◆ InitSignatureCache()
void InitSignatureCache | ( | ) |
Definition at line 73 of file sigcache.cpp.
References DEFAULT_MAX_SIG_CACHE_SIZE, gArgs, ArgsManager::GetArg(), LogPrintf, and MAX_MAX_SIG_CACHE_SIZE.
Referenced by AppInitMain().
Variable Documentation
◆ DEFAULT_MAX_SIG_CACHE_SIZE
|
static |
Definition at line 16 of file sigcache.h.
Referenced by HelpMessage(), InitScriptExecutionCache(), and InitSignatureCache().
◆ MAX_MAX_SIG_CACHE_SIZE
|
static |
Definition at line 18 of file sigcache.h.
Referenced by InitScriptExecutionCache(), and InitSignatureCache().