MCPcopy 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
727public:
728 Secp256k1Init() {
729 ECC_Start();
730 }
731 ~Secp256k1Init() {
732 ECC_Stop();
733 }

Callers

nothing calls this directly

Calls 1

ECC_StartFunction · 0.85

Tested by

no test coverage detected