EC_GROUP_check_discriminant

Checks whether the discriminant of the elliptic curve is zero or not

extern (C) nothrow @nogc
int
EC_GROUP_check_discriminant

Parameters

group const(.EC_GROUP)*

EC_GROUP object

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 if the discriminant is not zero and 0 otherwise

Meta