MCPcopy Create free account
hub / github.com/ElementsProject/elements / initialize_script_sigcache

Function initialize_script_sigcache

src/test/fuzz/script_sigcache.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <vector>
18
19void initialize_script_sigcache()
20{
21 static const ECCVerifyHandle ecc_verify_handle;
22 ECC_Start();
23 SelectParams(CBaseChainParams::REGTEST);
24 InitSignatureCache();
25}
26
27FUZZ_TARGET_INIT(script_sigcache, initialize_script_sigcache)
28{

Callers

nothing calls this directly

Calls 3

ECC_StartFunction · 0.85
SelectParamsFunction · 0.85
InitSignatureCacheFunction · 0.85

Tested by

no test coverage detected