Bitcoin Core  24.99.0
P2P Digital Currency
Functions
pow.cpp File Reference
#include <chain.h>
#include <chainparams.h>
#include <pow.h>
#include <primitives/block.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <util/check.h>
#include <util/overflow.h>
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for pow.cpp:

Go to the source code of this file.

Functions

void initialize_pow ()
 
 FUZZ_TARGET_INIT (pow, initialize_pow)
 
 FUZZ_TARGET_INIT (pow_transition, initialize_pow)
 

Function Documentation

◆ FUZZ_TARGET_INIT() [1/2]

FUZZ_TARGET_INIT ( pow  ,
initialize_pow   
)

Definition at line 25 of file pow.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET_INIT() [2/2]

FUZZ_TARGET_INIT ( pow_transition  ,
initialize_pow   
)

Definition at line 89 of file pow.cpp.

Here is the call graph for this function:

◆ initialize_pow()

void initialize_pow ( )

Definition at line 20 of file pow.cpp.

Here is the call graph for this function: