☰
D
dejadoc
DDN-CRYPTO
/
ddn.crypto.key.ecdsa
/
CurveParams.isValid
🔍
☾
CurveParams.isValid
bool isValid(
BigInt
x,
BigInt
y)
Verifies that the point
x
,
y
lies on this curve.
Parameters
x
The x-coordinate.
y
The y-coordinate.
Returns
true
if the point satisfies the curve equation.