EC_GROUP_cmp

Compares two EC_GROUP objects

extern (C) nothrow @nogc
int
EC_GROUP_cmp

Parameters

a const(.EC_GROUP)*

first EC_GROUP object

b const(.EC_GROUP)*

second EC_GROUP object

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

0 if both groups are equal and 1 otherwise

Meta