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

Method CreateSchnorrSig

src/script/sign.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 return true;
594 }
595 bool CreateSchnorrSig(const SigningProvider& provider, std::vector<unsigned char>& sig, const XOnlyPubKey& pubkey, const uint256* leaf_hash, const uint256* tweak, SigVersion sigversion) const override
596 {
597 sig.assign(64, '\000');
598 return true;
599 }
600};
601
602}

Callers

nothing calls this directly

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected