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

Function ECC_Stop

src/key.cpp:422–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void ECC_Stop() {
423 secp256k1_context *ctx = secp256k1_context_sign;
424 secp256k1_context_sign = nullptr;
425
426 if (ctx) {
427 secp256k1_context_destroy(ctx);
428 }
429}

Callers 8

~Secp256k1InitMethod · 0.85
mainFunction · 0.85
UnsetGlobalsFunction · 0.85
FUZZ_TARGETFunction · 0.85
~BasicTestingSetupMethod · 0.85
CCoinsCachingFunction · 0.85
VerifyScriptBenchFunction · 0.85

Calls 1

Tested by 2

FUZZ_TARGETFunction · 0.68
~BasicTestingSetupMethod · 0.68