EC_POINT_set_to_infinity

Sets a point to infinity (neutral element)

extern (C) nothrow @nogc
int
EC_POINT_set_to_infinity

Parameters

group const(.EC_GROUP)*

underlying EC_GROUP object

point .EC_POINT*

EC_POINT to set to infinity

Return Value

Type: int

1 on success and 0 if an error occured

Meta