EC_POINT_is_on_curve

Checks whether the point is on the curve

extern (C) nothrow @nogc
int
EC_POINT_is_on_curve

Parameters

group const(.EC_GROUP)*

underlying EC_GROUP object

point const(.EC_POINT)*

EC_POINT object to check

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 if point if on the curve and 0 otherwise

Meta