Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: refactor: take use of
secp256k1_ge_x_on_curve_var
The recently merged ellswift PR (bitcoin-core#1129) introduced a helper `secp256k1_ge_x_on_curve_var` to check if a given X coordinate is valid (i.e. the equation x^3 + 7 is square, see commit 79e5b2a). This can be used for code deduplication in the `ecmult_const_mult_xonly` test.
- Loading branch information