EC_POINT_set_to_infinity

Sets a point to infinity (neutral element)

Synopsis

Declared in <openssl/ec.h>

int
EC_POINT_set_to_infinity(
    EC_GROUP const* group,
    EC_POINT* point);

Return Value

1 on success and 0 if an error occurred

Parameters

NameDescription
groupunderlying EC_GROUP object
pointEC_POINT to set to infinity