Checks whether the discriminant of the elliptic curve is zero or not
Declared in <openssl/ec.h>
int
EC_GROUP_check_discriminant(
EC_GROUP const* group,
BN_CTX* ctx);
1 if the discriminant is not zero and 0 otherwise
| Name | Description |
|---|---|
| group | EC_GROUP object |
| ctx | BN_CTX object (optional) |