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

Synopsis

Declared in <openssl/ec.h>

int
EC_GROUP_check_discriminant(
    EC_GROUP const* group,
    BN_CTX* ctx);

Return Value

1 if the discriminant is not zero and 0 otherwise

Parameters

Name

Description

group

EC_GROUP object

ctx

BN_CTX object (optional)

Created with MrDocs