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

Function initialize_key

src/test/fuzz/key.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <vector>
27
28void initialize_key()
29{
30 static const ECCVerifyHandle ecc_verify_handle;
31 ECC_Start();
32 SelectParams(CBaseChainParams::REGTEST);
33}
34
35FUZZ_TARGET_INIT(key, initialize_key)
36{

Callers

nothing calls this directly

Calls 2

ECC_StartFunction · 0.85
SelectParamsFunction · 0.85

Tested by

no test coverage detected