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

Method VerifyECDSASignature

src/script/interpreter.cpp:2977–2980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2975
2976template <class T>
2977bool GenericTransactionSignatureChecker<T>::VerifyECDSASignature(const std::vector<unsigned char>& vchSig, const CPubKey& pubkey, const uint256& sighash) const
2978{
2979 return pubkey.Verify(sighash, vchSig);
2980}
2981
2982template <class T>
2983bool GenericTransactionSignatureChecker<T>::VerifySchnorrSignature(Span<const unsigned char> sig, const XOnlyPubKey& pubkey, const uint256& sighash) const

Callers

nothing calls this directly

Calls 1

VerifyMethod · 0.45

Tested by

no test coverage detected