#include <addresstype.h>
#include <bench/bench.h>
#include <coins.h>
#include <key.h>
#include <primitives/transaction.h>
#include <pubkey.h>
#include <script/interpreter.h>
#include <script/script.h>
#include <script/sign.h>
#include <script/signingprovider.h>
#include <span.h>
#include <test/util/random.h>
#include <uint256.h>
#include <util/translation.h>
#include <cassert>
#include <map>
#include <vector>
Go to the source code of this file.
◆ InputType
◆ BENCHMARK() [1/4]
◆ BENCHMARK() [2/4]
◆ BENCHMARK() [3/4]
◆ BENCHMARK() [4/4]
◆ SignSchnorrTapTweakBenchmark()
| static void SignSchnorrTapTweakBenchmark |
( |
benchmark::Bench & |
bench, |
|
|
bool |
use_null_merkle_root |
|
) |
| |
|
static |
◆ SignSchnorrWithMerkleRoot()
◆ SignSchnorrWithNullMerkleRoot()
◆ SignTransactionECDSA()
◆ SignTransactionSchnorr()
◆ SignTransactionSingleInput()