Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
351
void 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
~Secp256k1Init
Method · 0.85
Shutdown
Function · 0.85
Calls
1
secp256k1_context_destroy
Function · 0.85
Tested by
no test coverage detected