EC_POINT_is_on_curve

Checks whether the point is on the curve \param group underlying EC_GROUP object \param point EC_POINT object to check \param ctx BN_CTX object (optional) \return 1 if point if on the curve and 0 otherwise

extern (C) nothrow @nogc
int
EC_POINT_is_on_curve

Meta