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

#include <batch_verify.hpp>

Public Attributes

const SchnorrXonlyPubkeypubkey
 
std::array< std::uint8_t, 32 > message
 
SchnorrSignature signature
 

Detailed Description

Definition at line 43 of file batch_verify.hpp.

Member Data Documentation

◆ message

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

Definition at line 45 of file batch_verify.hpp.

◆ pubkey

const SchnorrXonlyPubkey* secp256k1::SchnorrBatchCachedEntry::pubkey

Definition at line 44 of file batch_verify.hpp.

◆ signature

SchnorrSignature secp256k1::SchnorrBatchCachedEntry::signature

Definition at line 46 of file batch_verify.hpp.


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