EC_POINT_is_at_infinity

Checks whether the point is the neutral element of the group

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

Parameters

group const(.EC_GROUP)*

the underlying EC_GROUP object

p const(.EC_POINT)*

EC_POINT object

Return Value

Type: int

1 if the point is the neutral element and 0 otherwise

Meta