Bitcoin Core 31.99.0
P2P Digital Currency
Functions
bip32_tests.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <clientversion.h>
#include <key.h>
#include <key_io.h>
#include <streams.h>
#include <test/util/setup_common.h>
#include <util/bip32.h>
#include <util/strencodings.h>
#include <string>
#include <vector>
Include dependency graph for bip32_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (bip32_test1)
 
 BOOST_AUTO_TEST_CASE (bip32_test2)
 
 BOOST_AUTO_TEST_CASE (bip32_test3)
 
 BOOST_AUTO_TEST_CASE (bip32_test4)
 
 BOOST_AUTO_TEST_CASE (bip32_test5)
 
 BOOST_AUTO_TEST_CASE (bip32_derive_ext_key)
 
 BOOST_AUTO_TEST_CASE (bip32_has_hardened_derivation)
 
 BOOST_AUTO_TEST_CASE (bip32_max_depth)
 
 BOOST_AUTO_TEST_CASE (parse_hd_keypath)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/9]

BOOST_AUTO_TEST_CASE ( bip32_derive_ext_key  )

Definition at line 188 of file bip32_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/9]

BOOST_AUTO_TEST_CASE ( bip32_has_hardened_derivation  )

Definition at line 216 of file bip32_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/9]

BOOST_AUTO_TEST_CASE ( bip32_max_depth  )

Definition at line 228 of file bip32_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/9]

BOOST_AUTO_TEST_CASE ( bip32_test1  )

Definition at line 163 of file bip32_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/9]

BOOST_AUTO_TEST_CASE ( bip32_test2  )

Definition at line 167 of file bip32_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/9]

BOOST_AUTO_TEST_CASE ( bip32_test3  )

Definition at line 171 of file bip32_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [7/9]

BOOST_AUTO_TEST_CASE ( bip32_test4  )

Definition at line 175 of file bip32_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [8/9]

BOOST_AUTO_TEST_CASE ( bip32_test5  )

Definition at line 179 of file bip32_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [9/9]

BOOST_AUTO_TEST_CASE ( parse_hd_keypath  )

Definition at line 247 of file bip32_tests.cpp.

Here is the call graph for this function: