![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <vectors.h>
Public Attributes | |
| size_t | num_plain_inputs |
| unsigned char | plain_seckeys [MAX_INPUTS_PER_TEST_CASE][32] |
| unsigned char | plain_pubkeys [MAX_INPUTS_PER_TEST_CASE][33] |
| size_t | num_taproot_inputs |
| unsigned char | taproot_seckeys [MAX_INPUTS_PER_TEST_CASE][32] |
| unsigned char | xonly_pubkeys [MAX_INPUTS_PER_TEST_CASE][32] |
| unsigned char | outpoint_smallest [36] |
| size_t | num_outputs |
| size_t | num_recipient_entries |
| struct bip352_recipient_addressdata | recipient_pubkeys [MAX_RECIPIENT_ENTRIES_PER_TEST_CASE] |
| size_t | num_output_sets |
| size_t | num_recipient_outputs |
| unsigned char | recipient_outputs [MAX_PERMUTATIONS_PER_SENDING_TEST_CASE][MAX_OUTPUTS_PER_TEST_CASE][32] |
| size_t | num_receive_subtests |
| struct bip352_receive_subtest | receive_subtests [MAX_RECEIVE_SUBTESTS] |
| unsigned char bip352_test_vector::plain_pubkeys[MAX_INPUTS_PER_TEST_CASE][33] |
| unsigned char bip352_test_vector::plain_seckeys[MAX_INPUTS_PER_TEST_CASE][32] |
| struct bip352_receive_subtest bip352_test_vector::receive_subtests[MAX_RECEIVE_SUBTESTS] |
| unsigned char bip352_test_vector::recipient_outputs[MAX_PERMUTATIONS_PER_SENDING_TEST_CASE][MAX_OUTPUTS_PER_TEST_CASE][32] |
| struct bip352_recipient_addressdata bip352_test_vector::recipient_pubkeys[MAX_RECIPIENT_ENTRIES_PER_TEST_CASE] |
| unsigned char bip352_test_vector::taproot_seckeys[MAX_INPUTS_PER_TEST_CASE][32] |
| unsigned char bip352_test_vector::xonly_pubkeys[MAX_INPUTS_PER_TEST_CASE][32] |