Bitcoin Core 28.99.0
P2P Digital Currency
Functions
bech32.cpp File Reference
#include <bech32.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/util/str.h>
#include <util/strencodings.h>
#include <cassert>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for bech32.cpp:

Go to the source code of this file.

Functions

 FUZZ_TARGET (bech32_random_decode)
 
std::string GenerateRandomHRP (FuzzedDataProvider &fdp)
 
 FUZZ_TARGET (bech32_roundtrip)
 

Function Documentation

◆ FUZZ_TARGET() [1/2]

FUZZ_TARGET ( bech32_random_decode  )

Definition at line 16 of file bech32.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET() [2/2]

FUZZ_TARGET ( bech32_roundtrip  )

Definition at line 48 of file bech32.cpp.

Here is the call graph for this function:

◆ GenerateRandomHRP()

std::string GenerateRandomHRP ( FuzzedDataProvider fdp)

Definition at line 34 of file bech32.cpp.

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