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
int
EC_POINT_is_on_curve
(
const(EC_GROUP)* group
,
const(EC_POINT)* point
,)

Meta