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
Name |
Description |
group |
underlying EC_GROUP object |
point |
EC_POINT to set to infinity |
Created with MrDocs