Method Nettle.ECC_Curve()->Point()->_equal()
- Method
_equal
boolequal(Nettle.ECC_Curve.Point from,mixedx)- Returns
Returns
1ifxis a Point on the sameCurveand has the same coordinates, and otherwise returns0(zero).
bool equal(Nettle.ECC_Curve.Point from, mixed x)
Returns 1 if x is a Point on the same
Curve and has the same coordinates, and otherwise
returns 0 (zero).