Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
bip352_receive_subtest Struct Reference

#include <vectors.h>

Public Attributes

unsigned char scan_seckey [32]
 
unsigned char spend_seckey [32]
 
size_t num_to_scan_outputs
 
unsigned char to_scan_outputs [MAX_OUTPUTS_PER_TEST_CASE][32]
 
size_t num_labels
 
unsigned int label_integers [MAX_LABELS_PER_TEST_CASE]
 
size_t full_check
 
size_t num_found_output_pubkeys
 
unsigned char found_output_pubkeys [MAX_OUTPUTS_PER_TEST_CASE][32]
 
unsigned char found_seckey_tweaks [MAX_OUTPUTS_PER_TEST_CASE][32]
 
unsigned char found_signatures [MAX_OUTPUTS_PER_TEST_CASE][64]
 

Detailed Description

Definition at line 18 of file vectors.h.

Member Data Documentation

◆ found_output_pubkeys

unsigned char bip352_receive_subtest::found_output_pubkeys[MAX_OUTPUTS_PER_TEST_CASE][32]

Definition at line 30 of file vectors.h.

◆ found_seckey_tweaks

unsigned char bip352_receive_subtest::found_seckey_tweaks[MAX_OUTPUTS_PER_TEST_CASE][32]

Definition at line 31 of file vectors.h.

◆ found_signatures

unsigned char bip352_receive_subtest::found_signatures[MAX_OUTPUTS_PER_TEST_CASE][64]

Definition at line 32 of file vectors.h.

◆ full_check

size_t bip352_receive_subtest::full_check

Definition at line 28 of file vectors.h.

◆ label_integers

unsigned int bip352_receive_subtest::label_integers[MAX_LABELS_PER_TEST_CASE]

Definition at line 25 of file vectors.h.

◆ num_found_output_pubkeys

size_t bip352_receive_subtest::num_found_output_pubkeys

Definition at line 29 of file vectors.h.

◆ num_labels

size_t bip352_receive_subtest::num_labels

Definition at line 24 of file vectors.h.

◆ num_to_scan_outputs

size_t bip352_receive_subtest::num_to_scan_outputs

Definition at line 22 of file vectors.h.

◆ scan_seckey

unsigned char bip352_receive_subtest::scan_seckey[32]

Definition at line 20 of file vectors.h.

◆ spend_seckey

unsigned char bip352_receive_subtest::spend_seckey[32]

Definition at line 21 of file vectors.h.

◆ to_scan_outputs

unsigned char bip352_receive_subtest::to_scan_outputs[MAX_OUTPUTS_PER_TEST_CASE][32]

Definition at line 23 of file vectors.h.


The documentation for this struct was generated from the following file: