CurveParams.isValid

bool isValid(BigInt x, BigInt y)

Verifies that the point x, y lies on this curve.

Parameters

xThe x-coordinate.
yThe y-coordinate.

Returns

true if the point satisfies the curve equation.