pub fn complete(
pre_sig: &AdaptorPreSig,
y: &Scalar,
) -> Result<Signature, String>Expand description
Complete an adaptor pre-signature using the witness y. Produces a valid ECDSA signature.
pub fn complete(
pre_sig: &AdaptorPreSig,
y: &Scalar,
) -> Result<Signature, String>Complete an adaptor pre-signature using the witness y. Produces a valid ECDSA signature.