|
|
@ -45,7 +45,7 @@ static void secp256k1_ge_set_xy(secp256k1_ge *r, const secp256k1_fe *x, const se |
|
|
|
|
|
|
|
/** Set a group element (affine) equal to the point with the given X coordinate
|
|
|
|
* and a Y coordinate that is a quadratic residue modulo p. The return value |
|
|
|
* is true if and only if a coordinate with the given X coordinate exists. |
|
|
|
* is true iff a coordinate with the given X coordinate exists. |
|
|
|
*/ |
|
|
|
static int secp256k1_ge_set_xquad(secp256k1_ge *r, const secp256k1_fe *x); |
|
|
|
|
|
|
|