Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Secp256k1Init
Method
Secp256k1Init
src/bitcoin-tx.cpp:728–730 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
726
727
public:
728
Secp256k1Init() {
729
ECC_Start();
730
}
731
~Secp256k1Init() {
732
ECC_Stop();
733
}
Callers
nothing calls this directly
Calls
1
ECC_Start
Function · 0.85
Tested by
no test coverage detected