![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <consensus/merkle.h>#include <test/fuzz/fuzz.h>#include <test/fuzz/FuzzedDataProvider.h>#include <test/fuzz/util.h>#include <test/util/str.h>#include <util/strencodings.h>#include <hash.h>#include <cassert>#include <cstdint>#include <vector>Go to the source code of this file.
Functions | |
| uint256 | ComputeMerkleRootFromPath (const CBlock &block, uint32_t position, const std::vector< uint256 > &merkle_path) |
| FUZZ_TARGET (merkle) | |
| uint256 ComputeMerkleRootFromPath | ( | const CBlock & | block, |
| uint32_t | position, | ||
| const std::vector< uint256 > & | merkle_path | ||
| ) |
Definition at line 17 of file merkle.cpp.
| FUZZ_TARGET | ( | merkle | ) |