PIVX Core  5.6.99
P2P Digital Currency
Functions
bech32_tests.cpp File Reference
#include "bech32.h"
#include "test/test_pivx.h"
#include <boost/test/unit_test.hpp>
Include dependency graph for bech32_tests.cpp:

Go to the source code of this file.

Functions

bool CaseInsensitiveEqual (const std::string &s1, const std::string &s2)
 
 BOOST_AUTO_TEST_CASE (bip173_testvectors_valid)
 
 BOOST_AUTO_TEST_CASE (bip173_testvectors_invalid)
 
 BOOST_AUTO_TEST_CASE (bech32_deterministic_valid)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( bech32_deterministic_valid  )

Definition at line 67 of file bech32_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( bip173_testvectors_invalid  )

Definition at line 46 of file bech32_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( bip173_testvectors_valid  )

Definition at line 25 of file bech32_tests.cpp.

Here is the call graph for this function:

◆ CaseInsensitiveEqual()

bool CaseInsensitiveEqual ( const std::string &  s1,
const std::string &  s2 
)

Definition at line 12 of file bech32_tests.cpp.

Here is the caller graph for this function: