Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Functions | Variables
sigcache.h File Reference
#include <script/interpreter.h>
#include <util/hasher.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  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 80 of file sigcache.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ DEFAULT_MAX_SIG_CACHE_SIZE

const unsigned int DEFAULT_MAX_SIG_CACHE_SIZE = 32
static

Definition at line 17 of file sigcache.h.

◆ MAX_MAX_SIG_CACHE_SIZE

const int64_t MAX_MAX_SIG_CACHE_SIZE = 16384
static

Definition at line 19 of file sigcache.h.