MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsValid

Method IsValid

src/musig.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool MuSig2SecNonce::IsValid()
121{
122 return m_impl->IsValid();
123}
124
125uint256 MuSig2SessionID(const CPubKey& script_pubkey, const CPubKey& part_pubkey, const uint256& sighash, const std::vector<uint8_t>& pubnonce)
126{

Callers 15

MempoolAcceptResultMethod · 0.45
rest_block_filterFunction · 0.45
ClientAllowedFunction · 0.45
InitHTTPAllowListFunction · 0.45
BanMapFromJsonFunction · 0.45
SweepBannedMethod · 0.45
MutateTxSignFunction · 0.45
~TorControllerMethod · 0.45
get_socks_cbMethod · 0.45
disconnected_cbMethod · 0.45
PushAddressMethod · 0.45
FindNextBlocksMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestBlockValidityFunction · 0.36