| 26 | #include <vector> |
| 27 | |
| 28 | void initialize_key() |
| 29 | { |
| 30 | static const ECCVerifyHandle ecc_verify_handle; |
| 31 | ECC_Start(); |
| 32 | SelectParams(CBaseChainParams::REGTEST); |
| 33 | } |
| 34 | |
| 35 | FUZZ_TARGET_INIT(key, initialize_key) |
| 36 | { |
nothing calls this directly
no test coverage detected