Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
bech32.cpp File Reference
#include <bech32.h>
#include <bench/bench.h>
#include <util/strencodings.h>
#include <vector>
Include dependency graph for bech32.cpp:

Go to the source code of this file.

Functions

static void Bech32Encode (benchmark::Bench &bench)
static void Bech32Decode (benchmark::Bench &bench)
 BENCHMARK (Bech32Encode)
 BENCHMARK (Bech32Decode)

Function Documentation

◆ Bech32Decode()

void Bech32Decode ( benchmark::Bench & bench)
static

Definition at line 25 of file bech32.cpp.

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

◆ Bech32Encode()

void Bech32Encode ( benchmark::Bench & bench)
static

Definition at line 13 of file bech32.cpp.

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

◆ BENCHMARK() [1/2]

BENCHMARK ( Bech32Decode )
Here is the call graph for this function:

◆ BENCHMARK() [2/2]

BENCHMARK ( Bech32Encode )
Here is the call graph for this function: