EC_POINT_invert

Computes the inverse of a EC_POINT

extern (C) nothrow @nogc
int
EC_POINT_invert

Parameters

group const(.EC_GROUP)*

underlying EC_GROUP object

a .EC_POINT*

EC_POINT object to be inverted (it's used for the result as well)

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 on success and 0 if an error occured

Meta