MCPcopy Create free account
hub / github.com/ElementsProject/elements / VerifySchnorrSignature

Method VerifySchnorrSignature

src/script/interpreter.cpp:2983–2986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2981
2982template <class T>
2983bool GenericTransactionSignatureChecker<T>::VerifySchnorrSignature(Span<const unsigned char> sig, const XOnlyPubKey& pubkey, const uint256& sighash) const
2984{
2985 return pubkey.VerifySchnorr(sighash, sig);
2986}
2987
2988template <class T>
2989bool GenericTransactionSignatureChecker<T>::CheckECDSASignature(const std::vector<unsigned char>& vchSigIn, const std::vector<unsigned char>& vchPubKey, const CScript& scriptCode, SigVersion sigversion, unsigned int flags) const

Callers

nothing calls this directly

Calls 1

VerifySchnorrMethod · 0.80

Tested by

no test coverage detected