Bitcoin Core  27.99.0
P2P Digital Currency
Functions
sigcache.cpp File Reference
#include <script/sigcache.h>
#include <common/system.h>
#include <logging.h>
#include <pubkey.h>
#include <random.h>
#include <uint256.h>
#include <cuckoocache.h>
#include <algorithm>
#include <mutex>
#include <optional>
#include <shared_mutex>
#include <vector>
Include dependency graph for sigcache.cpp:

Go to the source code of this file.

Functions

bool InitSignatureCache (size_t max_size_bytes)
 

Function Documentation

◆ InitSignatureCache()

bool InitSignatureCache ( size_t  max_size_bytes)

Definition at line 97 of file sigcache.cpp.

Here is the caller graph for this function: