Пример #1
0
 public ECDSA(ECMultContext?ctx)
 {
     this.ctx = ctx ?? ECMultContext.Instance;
 }
Пример #2
0
 static bool secp256k1_ecdsa_sig_recover(ECMultContext ctx, in Scalar sigr, in Scalar sigs, out GE pubkey, in Scalar message, int recid)
Пример #3
0
 internal static GEJ secp256k1_ecmult_multi_simple_var(ECMultContext ctx, in Scalar?inp_g_sc, ReadOnlySpan <Scalar> scalars, ReadOnlySpan <GE> points)