MCPcopy Create free account
hub / github.com/LUX-Core/lux / ECC_Stop

Function ECC_Stop

src/key.cpp:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void ECC_Stop() {
352 secp256k1_context *ctx = secp256k1_context_sign;
353 secp256k1_context_sign = nullptr;
354
355 if (ctx) {
356 secp256k1_context_destroy(ctx);
357 }
358}

Callers 2

~Secp256k1InitMethod · 0.85
ShutdownFunction · 0.85

Calls 1

Tested by

no test coverage detected