![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <common/system.h>#include <consensus/tx_check.h>#include <consensus/validation.h>#include <hash.h>#include <script/interpreter.h>#include <script/script.h>#include <serialize.h>#include <streams.h>#include <test/data/sighash.json.h>#include <test/util/common.h>#include <test/util/json.h>#include <test/util/random.h>#include <test/util/setup_common.h>#include <util/strencodings.h>#include <iostream>#include <boost/test/unit_test.hpp>#include <univalue.h>Go to the source code of this file.
Classes | |
| struct | SigHashTest |
Functions | |
| static uint256 | SignatureHashOld (CScript scriptCode, const CTransaction &txTo, unsigned int nIn, int nHashType) |
| BOOST_AUTO_TEST_CASE (sighash_test) | |
| BOOST_AUTO_TEST_CASE (sighash_from_data) | |
| BOOST_AUTO_TEST_CASE (sighash_caching) | |
| BOOST_AUTO_TEST_CASE | ( | sighash_caching | ) |
| BOOST_AUTO_TEST_CASE | ( | sighash_from_data | ) |
| BOOST_AUTO_TEST_CASE | ( | sighash_test | ) |
|
static |
Definition at line 27 of file sighash_tests.cpp.