|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <batch_verify.hpp>
Public Attributes | |
| const SchnorrXonlyPubkey * | pubkey |
| std::array< std::uint8_t, 32 > | message |
| SchnorrSignature | signature |
Definition at line 43 of file batch_verify.hpp.
| std::array<std::uint8_t, 32> secp256k1::SchnorrBatchCachedEntry::message |
Definition at line 45 of file batch_verify.hpp.
| const SchnorrXonlyPubkey* secp256k1::SchnorrBatchCachedEntry::pubkey |
Definition at line 44 of file batch_verify.hpp.
| SchnorrSignature secp256k1::SchnorrBatchCachedEntry::signature |
Definition at line 46 of file batch_verify.hpp.