static bool secp256k1_ecdsa_sig_recover(ECMultContext ctx, in Scalar sigr, in Scalar sigs, out GE pubkey, in Scalar message, int recid)
public ECDSA(ECMultContext?ctx) { this.ctx = ctx ?? ECMultContext.Instance; }