UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::SchnorrBatchEntry Struct Reference

#include <batch_verify.hpp>

Public Attributes

std::array< std::uint8_t, 32 > pubkey_x
 
std::array< std::uint8_t, 32 > message
 
SchnorrSignature signature
 

Detailed Description

Definition at line 37 of file batch_verify.hpp.

Member Data Documentation

◆ message

std::array<std::uint8_t, 32> secp256k1::SchnorrBatchEntry::message

Definition at line 39 of file batch_verify.hpp.

◆ pubkey_x

std::array<std::uint8_t, 32> secp256k1::SchnorrBatchEntry::pubkey_x

Definition at line 38 of file batch_verify.hpp.

◆ signature

SchnorrSignature secp256k1::SchnorrBatchEntry::signature

Definition at line 40 of file batch_verify.hpp.


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