EC_GROUP_get_curve_GFp

Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b

Parameters

group const(.EC_GROUP)*

EC_GROUP object

p libressl_d.openssl.ossl_typ.BIGNUM*

BIGNUM for the prime number

a libressl_d.openssl.ossl_typ.BIGNUM*

BIGNUM for parameter a of the equation

b libressl_d.openssl.ossl_typ.BIGNUM*

BIGNUM for parameter b of the equation

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 on success and 0 if an error occured

Meta