Method Nettle.ECC_Curve()->Point()->_equal()
- Method
_equal
bool
equal(Nettle.ECC_Curve.Point from,mixed
x
)- Returns
Returns
1
ifx
is a Point on the sameCurve
and 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).