Checks whether the point is the neutral element of the group
Declared in <openssl/ec.h>
int
EC_POINT_is_at_infinity(
EC_GROUP const* group,
EC_POINT const* p);
1 if the point is the neutral element and 0 otherwise
| Name | Description |
|---|---|
| group | the underlying EC_GROUP object |
| p | EC_POINT object |