Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
bench_schnorrsig_data Struct Reference

#include <bench_impl.h>

Collaboration diagram for bench_schnorrsig_data:
[legend]

Public Attributes

secp256k1_contextctx
 
int n
 
const secp256k1_keypair ** keypairs
 
const unsigned char ** pk
 
const unsigned char ** sigs
 
const unsigned char ** msgs
 

Detailed Description

Definition at line 14 of file bench_impl.h.

Member Data Documentation

◆ ctx

secp256k1_context* bench_schnorrsig_data::ctx

Definition at line 15 of file bench_impl.h.

◆ keypairs

const secp256k1_keypair** bench_schnorrsig_data::keypairs

Definition at line 18 of file bench_impl.h.

◆ msgs

const unsigned char** bench_schnorrsig_data::msgs

Definition at line 21 of file bench_impl.h.

◆ n

int bench_schnorrsig_data::n

Definition at line 16 of file bench_impl.h.

◆ pk

const unsigned char** bench_schnorrsig_data::pk

Definition at line 19 of file bench_impl.h.

◆ sigs

const unsigned char** bench_schnorrsig_data::sigs

Definition at line 20 of file bench_impl.h.


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