Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
merkle.cpp File Reference
#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>
Include dependency graph for merkle.cpp:

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)

Function Documentation

◆ ComputeMerkleRootFromPath()

uint256 ComputeMerkleRootFromPath ( const CBlock & block,
uint32_t position,
const std::vector< uint256 > & merkle_path )

Definition at line 17 of file merkle.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FUZZ_TARGET()

FUZZ_TARGET ( merkle )

Definition at line 36 of file merkle.cpp.

Here is the call graph for this function: