Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <core_io.h>
#include <hash.h>
#include <key.h>
#include <script/miniscript.h>
#include <script/script.h>
#include <script/signingprovider.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <util/strencodings.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
void | FuzzInit () |
void | FuzzInitSmart () |
FUZZ_TARGET (miniscript_stable,.init=FuzzInit) | |
Fuzz target that runs TestNode on nodes generated using ConsumeNodeStable. More... | |
FUZZ_TARGET (miniscript_smart,.init=FuzzInitSmart) | |
Fuzz target that runs TestNode on nodes generated using ConsumeNodeSmart. More... | |
FUZZ_TARGET (miniscript_string,.init=FuzzInit) | |
FUZZ_TARGET (miniscript_script) | |
FUZZ_TARGET | ( | miniscript_script | ) |
FUZZ_TARGET | ( | miniscript_smart | , |
. | init = FuzzInitSmart |
||
) |
Fuzz target that runs TestNode on nodes generated using ConsumeNodeSmart.
The set of types we aim to construct nodes for. Together they cover all.
Definition at line 1226 of file miniscript.cpp.
FUZZ_TARGET | ( | miniscript_stable | , |
. | init = FuzzInit |
||
) |
Fuzz target that runs TestNode on nodes generated using ConsumeNodeStable.
Definition at line 1214 of file miniscript.cpp.
FUZZ_TARGET | ( | miniscript_string | , |
. | init = FuzzInit |
||
) |
void FuzzInit | ( | ) |
void FuzzInitSmart | ( | ) |