static bool secp256k1_ecdsa_sig_recover(ECMultContext ctx, in Scalar sigr, in Scalar sigs, out GE pubkey, in Scalar message, int recid)
Пример #2
0
 public ECDSA(ECMultContext?ctx)
 {
     this.ctx = ctx ?? ECMultContext.Instance;
 }