Creates a new EC_GROUP object with the specified parameters defined over GFp (defined by the equation y^2 = x^3 + a*x + b)
BIGNUM with the prime number
BIGNUM with the parameter a of the equation
BIGNUM with the parameter b of the equation
BN_CTX object (optional)
newly created EC_GROUP object with the specified parameters
See Implementation
Creates a new EC_GROUP object with the specified parameters defined over GFp (defined by the equation y^2 = x^3 + a*x + b)