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