Commit 7d8d5c8
committed
tests: refactor: take use of
The recently merged ellswift PR (#1129) introduced a helper
`secp256k1_ge_x_on_curve_var` to check if a given X coordinate is
valid (i.e. the expression x^3 + 7 is square, see commit
79e5b2a). This can be used for code
deduplication in the `ecmult_const_mult_xonly` test.secp256k1_ge_x_on_curve_var
1 parent fd491ea commit 7d8d5c8
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4611 | 4611 | | |
4612 | 4612 | | |
4613 | 4613 | | |
4614 | | - | |
| 4614 | + | |
4615 | 4615 | | |
4616 | 4616 | | |
4617 | 4617 | | |
4618 | 4618 | | |
4619 | 4619 | | |
4620 | 4620 | | |
4621 | | - | |
4622 | | - | |
4623 | | - | |
4624 | | - | |
| 4621 | + | |
4625 | 4622 | | |
4626 | 4623 | | |
4627 | 4624 | | |
| |||
0 commit comments