Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ ECC_Stop
Function
ECC_Stop
src/key.cpp:323–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
void ECC_Stop() {
324
secp256k1_context *ctx = secp256k1_context_sign;
325
secp256k1_context_sign = NULL;
326
327
if (ctx) {
328
secp256k1_context_destroy(ctx);
329
}
330
}
Callers
3
~Secp256k1Init
Method · 0.85
Shutdown
Function · 0.85
~BasicTestingSetup
Method · 0.85
Calls
1
secp256k1_context_destroy
Function · 0.85
Tested by
1
~BasicTestingSetup
Method · 0.68