Compute the cache entry for a Schnorr signature check.
Declared in <script/sigcache.h>
void
ComputeEntrySchnorr(
uint256& entry,
uint256 const& hash,
std::span<unsigned char const> sig,
XOnlyPubKey const& pubkey) const;
| Name | Description |
|---|---|
| entry | Output cache entry (salted hash of the inputs). |
| hash | The signature hash that was signed. |
| sig | The Schnorr signature bytes. |
| pubkey | The X-only public key the signature is checked against. |