pub fn verify_partial_sig(
sighash: TapSighash,
tweak: TapTweakHash,
signer: (PublicKey, &PublicNonce),
other: (PublicKey, &PublicNonce),
partial_signature: &PartialSignature,
) -> boolExpand description
Verify a partial signature from either of the two parties cosigning a tx.