|
|
|
@ -65,7 +65,7 @@ static void secp256k1_ge_neg(secp256k1_ge *r, const secp256k1_ge *a);
@@ -65,7 +65,7 @@ static void secp256k1_ge_neg(secp256k1_ge *r, const secp256k1_ge *a);
|
|
|
|
|
static void secp256k1_ge_set_gej(secp256k1_ge *r, secp256k1_gej *a); |
|
|
|
|
|
|
|
|
|
/** Set a batch of group elements equal to the inputs given in jacobian coordinates */ |
|
|
|
|
static void secp256k1_ge_set_all_gej_var(size_t len, secp256k1_ge *r, const secp256k1_gej *a, const secp256k1_callback *cb); |
|
|
|
|
static void secp256k1_ge_set_all_gej_var(secp256k1_ge *r, const secp256k1_gej *a, size_t len, const secp256k1_callback *cb); |
|
|
|
|
|
|
|
|
|
/** Set a batch of group elements equal to the inputs given in jacobian
|
|
|
|
|
* coordinates (with known z-ratios). zr must contain the known z-ratios such |
|
|
|
|