EC_POINT_is_at_infinity

Checks whether the point is the neutral element of the group \param group the underlying EC_GROUP object \param p EC_POINT object \return 1 if the point is the neutral element and 0 otherwise

extern (C) nothrow @nogc
int
EC_POINT_is_at_infinity
(
const(.EC_GROUP)* group
,
const(.EC_POINT)* p
)

Meta