MCPcopy 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
323void 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

~Secp256k1InitMethod · 0.85
ShutdownFunction · 0.85
~BasicTestingSetupMethod · 0.85

Calls 1

Tested by 1

~BasicTestingSetupMethod · 0.68