#include <pubkey.h>
Definition at line 210 of file pubkey.h.
| XOnlyPubKey::XOnlyPubKey |
( |
Span< const unsigned char > |
bytes | ) |
|
Construct an x-only pubkey from exactly 32 bytes.
Definition at line 170 of file pubkey.cpp.
| bool XOnlyPubKey::CheckPayToContract |
( |
const XOnlyPubKey & |
base, |
|
|
const uint256 & |
hash, |
|
|
bool |
parity |
|
) |
| const |
| const unsigned char* XOnlyPubKey::data |
( |
| ) |
const |
|
inline |
| const unsigned char& XOnlyPubKey::operator[] |
( |
int |
pos | ) |
const |
|
inline |
| size_t XOnlyPubKey::size |
( |
| ) |
const |
|
inline |
| bool XOnlyPubKey::VerifySchnorr |
( |
const uint256 & |
msg, |
|
|
Span< const unsigned char > |
sigbytes |
|
) |
| const |
Verify a Schnorr signature against this public key.
sigbytes must be exactly 64 bytes.
Definition at line 176 of file pubkey.cpp.
The documentation for this class was generated from the following files: