pub unsafe extern "C" fn EC_GROUP_get_curve_GF2m(
group: *const ec_group_st,
p: *mut bignum_st,
a: *mut bignum_st,
b: *mut bignum_st,
ctx: *mut bignum_ctx,
) -> i32
Expand description
Gets the parameters of an ec curve. Synonym for EC_GROUP_get_curve \param group EC_GROUP object \param p BIGNUM with the prime number (GFp) or the polynomial defining the underlying field (GF2m) \param a BIGNUM for parameter a of the equation \param b BIGNUM for parameter b of the equation \param ctx BN_CTX object (optional) \return 1 on success and 0 if an error occurred