Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

sigcache.h File Reference
#include <script/interpreter.h>
#include <vector>
+ 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 ( )

Variable Documentation

◆ DEFAULT_MAX_SIG_CACHE_SIZE

const unsigned int DEFAULT_MAX_SIG_CACHE_SIZE = 32
static

Definition at line 16 of file sigcache.h.

Referenced by HelpMessage(), InitScriptExecutionCache(), and InitSignatureCache().

◆ MAX_MAX_SIG_CACHE_SIZE

const int64_t MAX_MAX_SIG_CACHE_SIZE = 16384
static

Definition at line 18 of file sigcache.h.

Referenced by InitScriptExecutionCache(), and InitSignatureCache().

Released under the MIT license