Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
void 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
~Secp256k1Init
Method · 0.85
main
Function · 0.85
UnsetGlobals
Function · 0.85
FUZZ_TARGET
Function · 0.85
~BasicTestingSetup
Method · 0.85
CCheckQueueSpeedPrevectorJob
Function · 0.85
CCoinsCaching
Function · 0.85
VerifyScriptBench
Function · 0.85
Calls
1
secp256k1_context_destroy
Function · 0.85
Tested by
2
FUZZ_TARGET
Function · 0.68
~BasicTestingSetup
Method · 0.68