MCPcopy Create free account
hub / github.com/ElementsProject/elements / initialize_key_io

Function initialize_key_io

src/test/fuzz/key_io.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <vector>
13
14void initialize_key_io()
15{
16 static const ECCVerifyHandle verify_handle;
17 ECC_Start();
18 SelectParams(CBaseChainParams::MAIN);
19}
20
21FUZZ_TARGET_INIT(key_io, initialize_key_io)
22{

Callers

nothing calls this directly

Calls 2

ECC_StartFunction · 0.85
SelectParamsFunction · 0.85

Tested by

no test coverage detected