EC_POINT_cmp

Compares two EC_POINTs

extern (C) nothrow @nogc
int
EC_POINT_cmp

Parameters

group const(.EC_GROUP)*

underlying EC_GROUP object

a const(.EC_POINT)*

first EC_POINT object

b const(.EC_POINT)*

second EC_POINT object

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

0 if both points are equal and a value != 0 otherwise

Meta